diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-05-30T18·02+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-05-30T18·02+0200 |
commit | 0ae66bb85e43ccf06ec3e0c4a9738b467e125f08 (patch) | |
tree | bec25f4d2429760ddb527cb8bc1e5e4330971296 /init-custom.el | |
parent | 479e2447b022ea95b922b6b5c46cb882324d995e (diff) |
Some bugfixes
Diffstat (limited to 'init-custom.el')
-rw-r--r-- | init-custom.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/init-custom.el b/init-custom.el index 99a6876fc493..5ad8ebe983b9 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. |