dotfiles-emacs/.emacs.d/config/org.el
finga 91ff02afe1 config: Fix indention by emacs auto indent
Use the indention that emacs applies when auto indenting.
2024-05-27 13:47:27 +02:00

5 lines
136 B
EmacsLisp

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