diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2023-11-27 09:47:22 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2023-11-27 09:47:22 +0100 |
| commit | 91255345042b616c19fb0234eb87706abdc67907 (patch) | |
| tree | cd18b30b6f3f3f4117f4e43ce6d83d8734db5a52 | |
| parent | 4bb5caa01bfe432cbd1e8d85622482695eccb322 (diff) | |
| download | dotfiles-91255345042b616c19fb0234eb87706abdc67907.tar.gz dotfiles-91255345042b616c19fb0234eb87706abdc67907.zip | |
emacs: added lua support
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
| -rw-r--r-- | .doom.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.doom.d/init.el b/.doom.d/init.el index 5e66297..084e17e 100644 --- a/.doom.d/init.el +++ b/.doom.d/init.el @@ -129,7 +129,7 @@ latex ; writing papers in Emacs has never been so fun ;;lean ; for folks with too much to prove ;;ledger ; be audit you can be - ;;lua ; one-based indices? one-based indices + lua ; one-based indices? one-based indices markdown ; writing docs for people to ignore ;;nim ; python + lisp at the speed of c ;;nix ; I hereby declare "nix geht mehr!" |
