dotfiles-emacs/.config/emacs/config/org.el
finga 7df5b0e507 Move config files to XDG-compatible path
Move config files to XDG-compatible path: `$HOME/.config/emacs`.
2025-03-10 17:45:24 +01:00

4 lines
145 B
EmacsLisp

(use-package org
:ensure t
:init (setq org-export-backends '(ascii html icalendar latex odt beamer))
:config (setq org-directory "~/org"))