mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
feats(emacs): Respect xdg
This commit is contained in:
parent
c24e6de00a
commit
d504fe0aa0
6 changed files with 12 additions and 1 deletions
|
|
@ -21,6 +21,7 @@
|
|||
(setq org-hide-emphasis-markers t)
|
||||
(setq org-directory "~/OrgFiles/")
|
||||
(setq org-agenda-files (list (concat org-directory "tasks/")))
|
||||
(setq org-persist-directory (expand-file-name "org-persist" user-emacs-data))
|
||||
(setq org-pretty-entities t)
|
||||
(setq org-src-fontify-natively t)
|
||||
(setq org-src-tab-acts-natively t) ; Use TAB to indent inside source block
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue