dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 8b7cd837ae180c4d9f0ca530af0cc013b3ca734d
parent 215ffe43935dffefa1e5365d83f86789ec462ef6
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Sun, 17 Jul 2022 14:52:29 +0200

emacs: set export backends

Diffstat:
Memacs/config.org | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/emacs/config.org b/emacs/config.org @@ -838,6 +838,11 @@ Faces for priorities in agenda: (add-to-list 'org-structure-template-alist '("ss" . "src sh")) #+end_src +*** Exporting +#+begin_src emacs-lisp +(custom-set-variables '(org-export-backends '(ascii html icalendar latex md odt org))) +#+end_src + *** Catch invisible edits Sometimes when text is folded away, I might accidentally edit text inside of it. This option prevents that.