From 81c2516e34a55a46a84df23efa195ea72ab8a15c Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Wed, 7 Jun 2023 11:39:06 +0100 Subject: [PATCH] Add Lua config --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.org b/config.org index b0a1767..e3eaa14 100644 --- a/config.org +++ b/config.org @@ -1197,6 +1197,14 @@ (add-to-list 'auto-mode-alist '("\\.gpr\\'" . gpr-mode)) #+end_src +** Lua + Using a pretty standard LSP setup for Lua: + + #+begin_src emacs-lisp + (use-package lua-mode) + (add-hook 'lua-mode-hook #'lsp-deferred) + #+end_src + * Tool Integrations ** Git =magit= is truly a wonderful creation! Add keybinding for