Add Lua config

This commit is contained in:
Camden Dixie O'Brien 2023-06-07 11:39:06 +01:00
parent e4916af2e7
commit 81c2516e34

View File

@ -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