about summary refs log tree commit diff
path: root/init/custom.el
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-09-27T13·02+0200
committerVincent Ambo <tazjin@gmail.com>2017-09-27T13·02+0200
commit5683eab48e96ccb78dbeb680269bdff29190cf62 (patch)
tree99c72781cc580d57ae5a392efd14364bcd161176 /init/custom.el
parent6107ec40d67c7269a3dbbc7453341d946bda3068 (diff)
refactor: Install gruber-darker-theme from package repo
Diffstat (limited to 'init/custom.el')
-rw-r--r--init/custom.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init/custom.el b/init/custom.el
index d3ef8efbd6db..b4094b20a9b3 100644
--- a/init/custom.el
+++ b/init/custom.el
@@ -5,9 +5,10 @@
  ;; If there is more than one, they won't work right.
  '(ac-auto-show-menu 0.8)
  '(ac-delay 0.2)
+ '(custom-enabled-themes (quote (gruber-darker)))
  '(custom-safe-themes
    (quote
-    ("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" default)))
+    ("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "d61fc0e6409f0c2a22e97162d7d151dee9e192a90fa623f8d6a071dbf49229c6" default)))
  '(frame-brackground-mode (quote dark))
  '(global-auto-complete-mode t)
  '(ido-use-filename-at-point nil)