From 59562c34d33556331dbf19040d7d799134d10fbe Mon Sep 17 00:00:00 2001 From: luxick Date: Thu, 5 Mar 2020 08:08:05 +0100 Subject: [PATCH] Little change in deft import --- setup-emacs.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup-emacs.org b/setup-emacs.org index 760847d..9f21609 100644 --- a/setup-emacs.org +++ b/setup-emacs.org @@ -529,11 +529,11 @@ Using ~ox-hugo~ a directory of org files can autmatically be extported to markdo (use-package deft :bind ("" . deft) :commands (deft) - :config (setq deft-directory "~/Notes" - deft-recursive t - deft-extensions '("md" "org") + :config (setq deft-recursive t + deft-extensions '("org") deft-default-extension "org")) #+END_SRC + * Treemacs Treemacs makes navigating folders and files much easier. This is the default config from [[https://github.com/Alexander-Miller/treemacs][the offical repository]] as a base, with slight modifications to suite my config.