Set org-directory

This commit is contained in:
2022-09-11 20:57:45 +02:00
parent 9ce6fdaf23
commit 6e2ec43437

View File

@@ -20,6 +20,7 @@
(setq backup-directory-alist `(("." . "~/.cache"))
auto-save-list-file-prefix (concat "~/.cache"))
;; Load org configuration
(setq org-directory "~/Notes")
(after! org (load! "+org"))
;; Disable completion and line numbers in Markdown
(add-hook 'markdown-mode-hook (lambda () (display-line-numbers-mode -1)))