[doom emacs] Deft!

This commit is contained in:
Jessica Canady 2024-06-18 09:46:56 -04:00
parent 3d6c254b1b
commit cf04e4ef73
Signed by: phoenix
SSH key fingerprint: SHA256:aaLOzOrLi+0n4eDZNQKH97PehwRt6KSE5fYJc+ZRKCQ
2 changed files with 5 additions and 1 deletions

View file

@ -85,3 +85,7 @@
"r" 'inf-elixir-send-region "r" 'inf-elixir-send-region
"b" 'inf-elixir-send-buffer "b" 'inf-elixir-send-buffer
"R" 'inf-elixir-reload-module) "R" 'inf-elixir-reload-module)
(after! deft-mode
(setq deft-extensions '("markdown" "org" "txt"))
)

View file

@ -28,7 +28,7 @@
vertico ; the search engine of the future vertico ; the search engine of the future
:ui :ui
;;deft ; notational velocity for Emacs deft ; notational velocity for Emacs
doom ; what makes DOOM look the way it does doom ; what makes DOOM look the way it does
doom-dashboard ; a nifty splash screen for Emacs doom-dashboard ; a nifty splash screen for Emacs
doom-quit ; DOOM quit-message prompts when you quit Emacs doom-quit ; DOOM quit-message prompts when you quit Emacs