More emacs changes
This commit is contained in:
parent
8ac380c72a
commit
9de1466713
2 changed files with 23 additions and 14 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue