mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
use-package lua-mode
This commit is contained in:
parent
3422f2f859
commit
4684b2f5dc
13
init.org
13
init.org
@ -207,8 +207,7 @@
|
||||
|
||||
(let* ((package--builtins nil)
|
||||
(packages
|
||||
'(lua-mode ; a major-mode for editing Lua scripts
|
||||
markdown-mode ; Emacs Major mode for Markdown-formatted files
|
||||
'(markdown-mode ; Emacs Major mode for Markdown-formatted files
|
||||
maude-mode ; Emacs mode for the programming language Maude
|
||||
minizinc-mode ; Major mode for MiniZinc code
|
||||
multiple-cursors ; Multiple cursors for Emacs
|
||||
@ -1624,6 +1623,16 @@
|
||||
|
||||
#+end_src
|
||||
|
||||
** Lua
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
;; a major-mode for editing Lua scripts
|
||||
(use-package lua-mode
|
||||
:defer t)
|
||||
|
||||
#+end_src
|
||||
|
||||
** Webdev
|
||||
|
||||
My webdev setup isn't much, but with eglot, I don't find myself missing
|
||||
|
Loading…
Reference in New Issue
Block a user