Commit a3eeb780c61c
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -43,7 +43,6 @@
If you don't want to use =vcsh= but still want to have my =.emacs.d= folder
in your =$HOME=, you could link it like that :
-
#+BEGIN_SRC sh
$ cd $HOME
$ mkdir -p src
@@ -801,9 +800,12 @@
(setq compilation-scroll-output t)
#+END_SRC
-*** TODO Fly{check,make)
*** TODO Lua
+ #+BEGIN_SRC emacs-lisp
+ (require-package 'lua-mode)
+ #+END_SRC
+
*** TODO Haskell
#+begin_src emacs-lisp