summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-10 22:54:32 -0600
committerCase Duckworth2020-12-10 22:54:32 -0600
commitce597b0c8e111114554fbf6140f9d75d1c18f3a1 (patch)
treec7f586335074faa850b600161c5215554f88d459 /config.org
parentRemove solar requirement from circadian (diff)
downloademacs-ce597b0c8e111114554fbf6140f9d75d1c18f3a1.tar.gz
emacs-ce597b0c8e111114554fbf6140f9d75d1c18f3a1.zip
Add lua and fennel
Diffstat (limited to 'config.org')
-rw-r--r--config.org17
1 files changed, 17 insertions, 0 deletions
diff --git a/config.org b/config.org index 30b7dbd..ce9241c 100644 --- a/config.org +++ b/config.org
@@ -759,6 +759,23 @@ Until the =marginalia-annotators= settles, I’m disabling this section.
759 (company-posframe-mode +1)) 759 (company-posframe-mode +1))
760#+end_src 760#+end_src
761 761
762** Languages
763
764*** Lua
765
766#+begin_src emacs-lisp
767 (use-package lua-mode
768 :mode "\\.lua\\'"
769 :interpreter "lua")
770#+end_src
771
772*** Fennel
773
774#+begin_src emacs-lisp
775 (use-package fennel-mode
776 :mode "\\.fnl\\'")
777#+end_src
778
762* Writing 779* Writing
763 780
764** Visual Fill Column 781** Visual Fill Column