diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/.emacs.d/init.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org index fa3f069..13e08ca 100644 --- a/emacs/.emacs.d/init.org +++ b/emacs/.emacs.d/init.org @@ -827,6 +827,12 @@ Highlight diffs in the fringe. (use-package mixed-pitch) #+end_src +* Fennel + +#+begin_src emacs-lisp + (use-package fennel-mode) +#+end_src + * Custom Change the file where =customize= stores its settings. |
