-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcustom
More file actions
15 lines (15 loc) · 1.07 KB
/
custom
File metadata and controls
15 lines (15 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(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.
'(auth-source-save-behavior nil)
'(custom-safe-themes (quote ("649ccffdb140fcd021013f6297dedeb313b74fa5" default)))
'(safe-local-variable-values (quote ((eval define-clojure-indent (phase-context 2) (defmethod-plan 2)) (eval define-clojure-indent (def-collect-plan-fn (quote defun))) (eval define-clojure-indent (defplan (quote defun)) (def-aggregate-plan-fn (quote defun))) (eval define-clojure-indent (clj-action (quote defun)) (implement-action 4)) (eval define-clojure-indent (cluster-spec 1) (group-spec 1)))))
'(send-mail-function (quote smtpmail-send-it)))
(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.
'(highline-face ((t (:background "gray17")))))