which-key in emacs
This commit is contained in:
parent
f8d37c2dc3
commit
4c46b43c6f
1 changed files with 11 additions and 6 deletions
|
@ -53,12 +53,12 @@
|
|||
enable = true;
|
||||
mode = [ ''"\\.journal\\'"'' ];
|
||||
config = ''
|
||||
(setq ledger-binary-path "hledger")
|
||||
(setq ledger-highlight-xact-under-point nil)
|
||||
(setq ledger-post-account-alignment-column 4)
|
||||
(setq ledger-post-amount-alignment-at :decimal)
|
||||
(setq ledger-post-amount-alignment-column 59)
|
||||
(setq ledger-post-auto-align t)
|
||||
(setq ledger-binary-path "hledger"
|
||||
ledger-highlight-xact-under-point nil
|
||||
ledger-post-account-alignment-column 4
|
||||
ledger-post-amount-alignment-at :decimal
|
||||
ledger-post-amount-alignment-column 59
|
||||
ledger-post-auto-align t)
|
||||
'';
|
||||
};
|
||||
lsp-mode = {
|
||||
|
@ -106,6 +106,11 @@
|
|||
enable = true;
|
||||
mode = [ ''"\\.html\\.erb\\'"'' ];
|
||||
};
|
||||
which-key = {
|
||||
enable = true;
|
||||
diminish = [ "which-key-mode" ];
|
||||
config = "(which-key-mode)";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue