diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-12-18 11:14:47 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2018-12-18 11:14:47 +0700 |
commit | c96d607a269c2b65d6a1191a5d4119eb7efc59f2 (patch) | |
tree | c73628150cd8e35a7bf4487137af174c282d02cb /emacs | |
parent | 694b8f443db6e3b2b6dc6335638d9f1c7a77e0be (diff) | |
download | dotfiles-c96d607a269c2b65d6a1191a5d4119eb7efc59f2.tar.gz |
Update 2018-12-18
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 8448f17..3d9101d 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -31,7 +31,7 @@ '(erc-nick "cnx") '(package-selected-packages (quote - (markdown-mode smart-tabs-mode auctex wordnut magit geiser slime pdf-tools))) + (lua-mode markdown-mode smart-tabs-mode auctex wordnut magit geiser slime pdf-tools))) '(scroll-bar-mode nil) '(show-paren-mode t) '(tool-bar-mode nil) |