dotfiles

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

commit f5794525106cf5c551f480a55bf5bfe902b06fd1
parent 4bf9bcc3eb4d788ac9d37f8a4320b3393eee2597
Author: Alex Balgavy <alex@balgavy.eu>
Date:   Thu, 19 May 2022 20:04:13 +0200

emacs: remove manual setting of org-export-backends

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

diff --git a/emacs/config.org b/emacs/config.org @@ -893,11 +893,6 @@ Perhaps nicer would be to exclude based on the property ~:STYLE: habit~, but I h #+end_src Maybe check [[https://old.reddit.com/r/orgmode/comments/8rl8ep/making_orgcaldav_useable/e0sb5j0/][this]] for a way to sync on save. -*** export -#+begin_src emacs-lisp - (custom-set-variables '(org-export-backends '(ascii html icalendar latex odt md org))) -#+end_src - ** org-contrib #+begin_src emacs-lisp (use-package org-contrib