Set org-directory
This commit is contained in:
parent
9ce6fdaf23
commit
6e2ec43437
|
@ -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)))
|
||||
|
|
Loading…
Reference in New Issue