summaryrefslogtreecommitdiff
path: root/config/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'config/emacs')
-rw-r--r--config/emacs/init.el12
1 files changed, 11 insertions, 1 deletions
diff --git a/config/emacs/init.el b/config/emacs/init.el
index 0eb8674..1726241 100644
--- a/config/emacs/init.el
+++ b/config/emacs/init.el
@@ -734,6 +734,10 @@ With ARG, don't save the current layout."
:hook
(prog-mode . hl-todo-mode))
+(use-package diff-hl
+ :hook
+ (prog-mode . hl-todo-mode))
+
(use-package visible-mark ; make the mark visible
:demand t
:custom-face
@@ -1139,7 +1143,13 @@ With ARG, don't save the current layout."
'(gdb-non-stop-setting nil)
'(helm-minibuffer-history-key "M-p")
'(menu-bar-mode nil)
- '(package-selected-packages nil)
+ '(package-selected-packages
+ '(avy balanced-windows bash-completion benchmark-init cape
+ clang-format corfu diff-hl diff-hl-mode eat embark esh-help
+ flycheck fold-this free-keys haskell-mode hl-todo ibuffer-vc
+ marginalia merlin minions ocp-indent opam-switch-mode
+ orderless pass pinentry pyvenv racket-mode rust-mode sdcv
+ tempel-collection tuareg vertico visible-mark winum))
'(pyim-assistant-scheme 'cangjie)
'(safe-local-variable-values '((LEXICAL-binding . t)))
'(scroll-bar-mode nil)