about summary refs log tree commit diff
path: root/emacs
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-02-04 23:36:22 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2019-02-04 23:36:22 +0700
commitd2abedd4a742f0078918774f492f5c4bfe43332f (patch)
treec27184ad7bc26360eb21ecadc5f1b7d7c0d152cc /emacs
parentef5547c105887d5fd54e9c4cb94fa9cfc51f7329 (diff)
downloaddotfiles-d2abedd4a742f0078918774f492f5c4bfe43332f.tar.gz
Update 2019-02-04
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/init.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 1c9327b..7046c08 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -31,7 +31,7 @@
  '(erc-nick "cnx")
  '(package-selected-packages
    (quote
-    (perl6-mode fireplace lua-mode markdown-mode smart-tabs-mode auctex wordnut magit geiser slime pdf-tools)))
+    (glsl-mode 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)
@@ -48,7 +48,7 @@
 
 (savehist-mode 1)
 (setq-default inhibit-splash-screen t)
-(setq-default initial-buffer-choice "/usr/share/dict/words")
+(find-file-noselect "/usr/share/dict/words")
 (setq-default fill-column 79)
 (add-hook 'prog-mode-hook 'ruler-mode)
 (setq-default indent-tabs-mode nil)