diff options
-rw-r--r-- | config.org | 17 |
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 |