diff options
Diffstat (limited to '.config/emacs/modules/bd--org.el')
-rw-r--r-- | .config/emacs/modules/bd--org.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--org.el b/.config/emacs/modules/bd--org.el index 02f6172..93ed825 100644 --- a/.config/emacs/modules/bd--org.el +++ b/.config/emacs/modules/bd--org.el @@ -32,7 +32,8 @@ each org file open." '((emacs-lisp . t) (python . t) (shell . t) - (lisp . t))) + (lisp . t) + (scheme . t))) ;; standard (setopt org-startup-folded 'show2levels |