diff options
author | Griffin Smith <grfn@gws.fyi> | 2020-10-23T15·10-0400 |
---|---|---|
committer | glittershark <grfn@gws.fyi> | 2020-10-23T15·23+0000 |
commit | af86d08ba82b97a4c73b1435dc6aa174e8846f56 (patch) | |
tree | 02f9bf62ea833cb4c1bfa29927449f05ff53b3dc | |
parent | 2a6be2b484542635415d78773175fc76fb783b93 (diff) |
feat(gs/emacs): Enable lua r/1855
Change-Id: Iff1eed338323a49de504a02f870e17eeedde57d3 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2056 Reviewed-by: glittershark <grfn@gws.fyi> Tested-by: BuildkiteCI
-rw-r--r-- | users/glittershark/emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/emacs.d/init.el b/users/glittershark/emacs.d/init.el index e0634faf0dcb..2ee27d264ded 100644 --- a/users/glittershark/emacs.d/init.el +++ b/users/glittershark/emacs.d/init.el @@ -106,7 +106,7 @@ ;;kotlin ; a better, slicker Java(Script) latex ; writing papers in Emacs has never been so fun ;;ledger ; an accounting system in Emacs - ;;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!" |