Little change in deft import
This commit is contained in:
@@ -529,11 +529,11 @@ Using ~ox-hugo~ a directory of org files can autmatically be extported to markdo
|
|||||||
(use-package deft
|
(use-package deft
|
||||||
:bind ("<f8>" . deft)
|
:bind ("<f8>" . deft)
|
||||||
:commands (deft)
|
:commands (deft)
|
||||||
:config (setq deft-directory "~/Notes"
|
:config (setq deft-recursive t
|
||||||
deft-recursive t
|
deft-extensions '("org")
|
||||||
deft-extensions '("md" "org")
|
|
||||||
deft-default-extension "org"))
|
deft-default-extension "org"))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Treemacs
|
* 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.
|
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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user