From cf04e4ef7379e25d2c5778603bafa98bdd8d847c Mon Sep 17 00:00:00 2001 From: Jessica Phoenix Canady Date: Tue, 18 Jun 2024 09:46:56 -0400 Subject: [PATCH] [doom emacs] Deft! --- doom/.config/doom/config.el | 4 ++++ doom/.config/doom/init.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doom/.config/doom/config.el b/doom/.config/doom/config.el index 8753e12..8f7b903 100644 --- a/doom/.config/doom/config.el +++ b/doom/.config/doom/config.el @@ -85,3 +85,7 @@ "r" 'inf-elixir-send-region "b" 'inf-elixir-send-buffer "R" 'inf-elixir-reload-module) + +(after! deft-mode + (setq deft-extensions '("markdown" "org" "txt")) + ) diff --git a/doom/.config/doom/init.el b/doom/.config/doom/init.el index 27c3a6a..3f89a24 100644 --- a/doom/.config/doom/init.el +++ b/doom/.config/doom/init.el @@ -28,7 +28,7 @@ vertico ; the search engine of the future :ui - ;;deft ; notational velocity for Emacs + deft ; notational velocity for Emacs doom ; what makes DOOM look the way it does doom-dashboard ; a nifty splash screen for Emacs doom-quit ; DOOM quit-message prompts when you quit Emacs