More emacs changes

This commit is contained in:
Charlotte Van Petegem 2021-10-08 17:09:16 +02:00
parent 8ac380c72a
commit 9de1466713
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 23 additions and 14 deletions

View file

@ -211,6 +211,10 @@
(run-at-time t 300 'prescient--save)
)
;; Rainbow delimiters
(use-package rainbow-delimiters
:hook (prog-mode . rainbow-delimiters-mode))
;; List item selection interface
(use-package selectrum
:custom (selectrum-max-window-height 20 "Allow selector to be a bit higher")