From ce597b0c8e111114554fbf6140f9d75d1c18f3a1 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Thu, 10 Dec 2020 22:54:32 -0600 Subject: Add lua and fennel --- config.org | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'config.org') 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. (company-posframe-mode +1)) #+end_src +** Languages + +*** Lua + +#+begin_src emacs-lisp + (use-package lua-mode + :mode "\\.lua\\'" + :interpreter "lua") +#+end_src + +*** Fennel + +#+begin_src emacs-lisp + (use-package fennel-mode + :mode "\\.fnl\\'") +#+end_src + * Writing ** Visual Fill Column -- cgit 1.4.1-21-gabe81