diff options
author | bd <bdunahu@colostate.edu> | 2024-04-06 01:14:34 -0600 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-04-06 01:14:34 -0600 |
commit | 571b637fd2ad9989e64734e3e0808db5d7fbff24 (patch) | |
tree | 39bcee11b5cf8a8acbd76acf6b20db1541aa3426 /.config/emacs/modules/bd--org.el | |
parent | bafaf4a10d282fab68d3e1974f103f28f6f00560 (diff) |
all-the-icons-dired, other minor fixes
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 |