diff options
author | Vincent Ambo <vincent@kivra.com> | 2015-05-18T12·21+0200 |
---|---|---|
committer | Vincent Ambo <vincent@kivra.com> | 2015-05-18T12·21+0200 |
commit | c2ef13da72a27822810a9823f208b4c4edf7f49b (patch) | |
tree | 1b41f57ba9ccaad0be851d99a72eeabad6e539a0 /init/custom.el | |
parent | 90f4e2811d1ca951eed2ce435a3dc63c56798788 (diff) |
Remove melpa, fix custom.el
Diffstat (limited to 'init/custom.el')
-rw-r--r-- | init/custom.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init/custom.el b/init/custom.el index 99cb1352530f..68a4bed78a5c 100644 --- a/init/custom.el +++ b/init/custom.el @@ -13,7 +13,6 @@ '(magit-log-show-gpg-status t) '(ns-alternate-modifier (quote none)) '(ns-command-modifier (quote meta)) - '(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. @@ -28,4 +27,4 @@ '(rainbow-delimiters-depth-6-face ((t (:foreground "#268bd2")))) '(rainbow-delimiters-depth-7-face ((t (:foreground "#cb4b16")))) '(rainbow-delimiters-depth-8-face ((t (:foreground "#d33682")))) - '(rainbow-delimiters-depth-9-face ((t (:foreground "#839496"))))) + '(rainbow-delimiters-depth-9-face ((t (:foreground "#839496")))))) |