diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-01-09 21:51:46 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-01-09 21:51:46 +0700 |
commit | 1f717db3018fe557ab5993779de9a8fbfc44d499 (patch) | |
tree | b31cce883eb36b2599ad7e6923edd7e71a7381b7 /emacs | |
parent | 754a58b4dbe58740ee47e8ae5eadd6f83b2a673c (diff) | |
download | dotfiles-1f717db3018fe557ab5993779de9a8fbfc44d499.tar.gz |
Update 2019-01-09
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 d8acde6..1c9327b 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -31,7 +31,7 @@ '(erc-nick "cnx") '(package-selected-packages (quote - (fireplace lua-mode markdown-mode smart-tabs-mode auctex wordnut magit geiser slime pdf-tools))) + (perl6-mode fireplace 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) |