mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
16 lines
712 B
EmacsLisp
16 lines
712 B
EmacsLisp
(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.
|
|
'(ecb-options-version "2.40")
|
|
'(magit-commit-arguments (quote ("-S")))
|
|
'(siren-rubocop-autocorrect-on-save nil))
|
|
(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.
|
|
'(persp-selected-face ((t (:foreground "#d97a35" :weight bold))))
|
|
'(sp-pair-overlay-face ((t (:inherit nil)))))
|