dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit 432b838b35b2fc0f01203a99fcad78d65f619f71
parent 969610103affa893e4b5dd46eea2909966a8e77d
Author: Lukas Henkel <lh@entf.net>
Date:   Sun, 18 Jul 2021 14:59:46 +0200

Add lua-mode

Diffstat:
Mconfig.org | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/config.org b/config.org @@ -300,6 +300,11 @@ Company prescient for smart completions. (use-package csharp-mode :straight t) #+end_src +** Lua +#+begin_src emacs-lisp + (use-package lua-mode + :straight t) +#+end_src ** LSP and DAP Using the language server protocol, we can support a lot of different programming languages #+begin_src emacs-lisp