diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-04-16 13:52:46 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-04-16 13:52:46 +0700 |
commit | 860945d30c23369be4253219849fb4016cf70c76 (patch) | |
tree | 26ac0c8776e9b261ae840edb12458fe9ac14c785 /emacs | |
parent | b06aecea346686e7818063eadc3a48285646a883 (diff) | |
download | dotfiles-860945d30c23369be4253219849fb4016cf70c76.tar.gz |
Update 2019-04-16
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/init.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index ae2890e..7046c08 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -27,7 +27,7 @@ '(ansi-color-names-vector ["#2e3436" "#a40000" "#4e9a06" "#c4a000" "#204a87" "#5c3566" "#729fcf" "#eeeeec"]) '(column-number-mode t) - '(custom-enabled-themes (quote (tango wheatgrass))) + '(custom-enabled-themes (quote (tango))) '(erc-nick "cnx") '(package-selected-packages (quote @@ -62,6 +62,3 @@ (add-hook 'pdf-tools-enabled-hook 'auto-revert-mode) (when window-system (set-frame-size (selected-frame) 80 25)) -(if (display-graphic-p) - (enable-theme 'tango) - (enable-theme 'wheatgrass)) |