tangled init.el

This commit is contained in:
Chris Cochrun 2021-02-16 11:45:23 -06:00
parent 6badbaadee
commit 5c585c8b94

View file

@ -87,6 +87,7 @@
"s" '(:ignore t :which-key "search")
"o" '(:ignore t :which-key "open")
"bs" '(consult-buffer :which-key "buffer search")
"bd" '(kill-this-buffer :which-key "kill buffer")
"tt" '(consult-theme :which-key "choose theme")
"ff" '(find-file :which-key "find file")
"fs" '(save-buffer :which-key "save")
@ -116,6 +117,10 @@
:config
(prescient-persist-mode +1))
(use-package selectrum-prescient
:init
(selectrum-prescient-mode +1))
(use-package consult)
;; Enable richer annotations using the Marginalia package