-
Notifications
You must be signed in to change notification settings - Fork 7
/
custom.el
23 lines (23 loc) · 986 Bytes
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(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.
'(ns-pop-up-frames nil)
'(ns-use-srgb-colorspace t)
'(package-vc-selected-packages
'((dape :url "https://github.com/svaante/dape" :branch "master")))
'(safe-local-variable-values
'((emacs-lisp-docstring-fill-column . 75)
(user-mail-address . "[email protected]")
(user-company . "Dynamic Controls")))
'(use-package-compute-statistics t)
'(use-package-enable-imenu-support t)
'(use-package-ensure-function #'pd-package-ensure-elpa)
'(warning-suppress-types '((comp))))
(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.
)