about summary refs log tree commit diff
path: root/init-custom.el
diff options
context:
space:
mode:
authorVincent Ambo <vincent@spotify.com>2014-05-30T18·02+0200
committerVincent Ambo <vincent@spotify.com>2014-05-30T18·02+0200
commit0ae66bb85e43ccf06ec3e0c4a9738b467e125f08 (patch)
treebec25f4d2429760ddb527cb8bc1e5e4330971296 /init-custom.el
parent479e2447b022ea95b922b6b5c46cb882324d995e (diff)
Some bugfixes
Diffstat (limited to 'init-custom.el')
-rw-r--r--init-custom.el5
1 files changed, 3 insertions, 2 deletions
diff --git a/init-custom.el b/init-custom.el
index 99a6876fc4..5ad8ebe983 100644
--- a/init-custom.el
+++ b/init-custom.el
@@ -5,12 +5,13 @@
  ;; If there is more than one, they won't work right.
  '(ac-auto-show-menu 0.8)
  '(ac-delay 0.2)
+ '(custom-safe-themes (quote ("6e92ca53a22d9b0577ad0b16e07e2e020c8b621197e39fec454048e51b7954cb" default)))
  '(frame-brackground-mode (quote dark))
  '(global-auto-complete-mode t)
  '(ns-alternate-modifier (quote none))
  '(ns-command-modifier (quote meta))
- '(require-final-newline (quote visit-save))
- '(sml/override-theme nil))
+ '(org-agenda-files (quote ("~/source/spotify-puppet/modules/jira/TODO.org")))
+ '(require-final-newline (quote visit-save)))
 (custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.