diff options
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. |