about summary refs log tree commit diff
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-10-18 11:28:50 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-10-18 11:28:50 +0700
commit82b783b648ae615f7f3f3eb45b41c7dabadf9511 (patch)
tree596559bd37b7e352cbd42228f02f444b4d5a0924 /emacs/.emacs.d
parent0460b6676c99d076bd716ce1046ca3e08c166aed (diff)
downloaddotfiles-82b783b648ae615f7f3f3eb45b41c7dabadf9511.tar.gz
Update 2018-10-18
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index b31b2c3..778f99c 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -28,9 +28,10 @@
    ["#2e3436" "#a40000" "#4e9a06" "#c4a000" "#204a87" "#5c3566" "#729fcf" "#eeeeec"])
  '(column-number-mode t)
  '(custom-enabled-themes (quote (tango)))
+ '(erc-nick "cnx")
  '(package-selected-packages
    (quote
-    (smart-tabs-mode auctex wordnut magit geiser slime pdf-tools)))
+    (markdown-mode smart-tabs-mode auctex wordnut magit geiser slime pdf-tools)))
  '(scroll-bar-mode nil)
  '(show-paren-mode t)
  '(tool-bar-mode nil)