diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-04-09 11:30:57 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-04-09 11:30:57 +0700 |
commit | 59fb998abb48df972a2ce399a8bacb2a5de06da2 (patch) | |
tree | 524c55afcc849475c31e3057482a430d6fadc63a /emacs | |
parent | 25f162ed00b2676dc521c055545f7ec279332061 (diff) | |
download | dotfiles-59fb998abb48df972a2ce399a8bacb2a5de06da2.tar.gz |
Update 2020-04-09
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 74b4e69..031dbca 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -32,8 +32,9 @@ '(erc-nick "cnx") '(package-selected-packages (quote - (sane-term fireplace wordnut magit smart-tabs-mode yaml-mode glsl-mode - nix-mode perl6-mode lua-mode markdown-mode geiser slime auctex pdf-tools))) + (cython-mode glsl-mode lua-mode markdown-mode nix-mode perl6-mode yaml-mode + auctex geiser slime pdf-tools + fireplace magit sane-term smart-tabs-mode wordnut))) '(safe-local-variable-values (quote ((Syntax . Common-Lisp)))) '(scroll-bar-mode nil) '(show-paren-mode t) |