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;
|
enable = true;
|
||||||
mode = [ ''"\\.journal\\'"'' ];
|
mode = [ ''"\\.journal\\'"'' ];
|
||||||
config = ''
|
config = ''
|
||||||
(setq ledger-binary-path "hledger")
|
(setq ledger-binary-path "hledger"
|
||||||
(setq ledger-highlight-xact-under-point nil)
|
ledger-highlight-xact-under-point nil
|
||||||
(setq ledger-post-account-alignment-column 4)
|
ledger-post-account-alignment-column 4
|
||||||
(setq ledger-post-amount-alignment-at :decimal)
|
ledger-post-amount-alignment-at :decimal
|
||||||
(setq ledger-post-amount-alignment-column 59)
|
ledger-post-amount-alignment-column 59
|
||||||
(setq ledger-post-auto-align t)
|
ledger-post-auto-align t)
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
lsp-mode = {
|
lsp-mode = {
|
||||||
|
@ -106,6 +106,11 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
mode = [ ''"\\.html\\.erb\\'"'' ];
|
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