tangled init.el
This commit is contained in:
parent
6badbaadee
commit
5c585c8b94
5
init.el
5
init.el
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue