2013-07-08 01:15:05 +02:00
|
|
|
(custom-set-variables
|
|
|
|
;; custom-set-variables was added by Custom.
|
|
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
|
|
;; Your init file should contain only one such instance.
|
|
|
|
;; If there is more than one, they won't work right.
|
2013-08-19 00:46:15 +02:00
|
|
|
'(ac-auto-show-menu 0.8)
|
|
|
|
'(ac-delay 0.2)
|
2015-05-03 18:22:58 +02:00
|
|
|
'(custom-safe-themes
|
|
|
|
(quote
|
|
|
|
("3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "72e42ba8f32bbf4a0b30c4c25f378289058efb1790dbd9a3e7c3d9666cc7fee4" "0e7da2c7c64fb5d4764250ffa4b8b33c0946577108d1d6444f1020d0dabba784" "6a37be365d1d95fad2f4d185e51928c789ef7a4ccf17e7ca13ad63a8bf5b922f" "6e92ca53a22d9b0577ad0b16e07e2e020c8b621197e39fec454048e51b7954cb" default)))
|
2013-09-16 13:58:44 +02:00
|
|
|
'(frame-brackground-mode (quote dark))
|
2013-08-19 00:46:15 +02:00
|
|
|
'(global-auto-complete-mode t)
|
2014-10-21 19:11:09 +02:00
|
|
|
'(magit-log-show-gpg-status t)
|
2013-07-08 01:15:05 +02:00
|
|
|
'(ns-alternate-modifier (quote none))
|
2013-08-07 00:58:14 +02:00
|
|
|
'(ns-command-modifier (quote meta))
|
2014-05-30 20:02:53 +02:00
|
|
|
'(org-agenda-files (quote ("~/source/spotify-puppet/modules/jira/TODO.org")))
|
2015-05-03 18:22:58 +02:00
|
|
|
'(require-final-newline (quote visit-save))
|
2013-07-08 01:15:05 +02:00
|
|
|
(custom-set-faces
|
|
|
|
;; custom-set-faces was added by Custom.
|
|
|
|
;; If you edit it by hand, you could mess it up, so be careful.
|
|
|
|
;; Your init file should contain only one such instance.
|
|
|
|
;; If there is more than one, they won't work right.
|
2013-07-14 18:08:44 +02:00
|
|
|
'(rainbow-delimiters-depth-1-face ((t (:foreground "#2aa198"))))
|
|
|
|
'(rainbow-delimiters-depth-2-face ((t (:foreground "#b58900"))))
|
|
|
|
'(rainbow-delimiters-depth-3-face ((t (:foreground "#268bd2"))))
|
|
|
|
'(rainbow-delimiters-depth-4-face ((t (:foreground "#dc322f"))))
|
|
|
|
'(rainbow-delimiters-depth-5-face ((t (:foreground "#859900"))))
|
|
|
|
'(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")))))
|