diff options
author | Vincent Ambo <vincent@kivra.com> | 2015-05-03T16·22+0200 |
---|---|---|
committer | Vincent Ambo <vincent@kivra.com> | 2015-05-03T16·22+0200 |
commit | 90f4e2811d1ca951eed2ce435a3dc63c56798788 (patch) | |
tree | 0afe956359e6d8bfa24679989008092041377541 /init/custom.el | |
parent | ee070585df022e410158a7f078084f767361fd6f (diff) |
Minor changes
Diffstat (limited to 'init/custom.el')
-rw-r--r-- | init/custom.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/init/custom.el b/init/custom.el index 18af68c890e0..99cb1352530f 100644 --- a/init/custom.el +++ b/init/custom.el @@ -5,14 +5,16 @@ ;; 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 ("6a37be365d1d95fad2f4d185e51928c789ef7a4ccf17e7ca13ad63a8bf5b922f" "6e92ca53a22d9b0577ad0b16e07e2e020c8b621197e39fec454048e51b7954cb" default))) + '(custom-safe-themes + (quote + ("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "72e42ba8f32bbf4a0b30c4c25f378289058efb1790dbd9a3e7c3d9666cc7fee4" "0e7da2c7c64fb5d4764250ffa4b8b33c0946577108d1d6444f1020d0dabba784" "6a37be365d1d95fad2f4d185e51928c789ef7a4ccf17e7ca13ad63a8bf5b922f" "6e92ca53a22d9b0577ad0b16e07e2e020c8b621197e39fec454048e51b7954cb" default))) '(frame-brackground-mode (quote dark)) '(global-auto-complete-mode t) '(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))) + '(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. |