From 0ae66bb85e43ccf06ec3e0c4a9738b467e125f08 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 30 May 2014 20:02:53 +0200 Subject: Some bugfixes --- init-custom.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'init-custom.el') 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. -- cgit 1.4.1