commit 4228a18aa623ac45b718bb794508770973bf6d4a
parent 8305da85b052c616bee71a7a8260ccb90abd406f
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 8 Mar 2019 10:30:42 +0100
emacs: replace highlight-symbol with symbol-overlay
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/modules/profiles/emacs.nix b/modules/profiles/emacs.nix
@@ -95,7 +95,7 @@ in
#highlight-escape-sequences
#highlight-leading-spaces
highlight-numbers
- highlight-symbol
+ #highlight-symbol
hydra
ibuffer-vc
iedit
@@ -169,6 +169,7 @@ in
shx
smart-jump
(with melpaPackages; [ smartparens ])
+ (with melpaPackages; [ symbol-overlay ])
solaire-mode
string-edit
toml-mode