dotfiles/emacs/emacs-custom.el

46 lines
2.4 KiB
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.
'(custom-safe-themes
'("4c56af497ddf0e30f65a7232a8ee21b3d62a8c332c6b268c81e9ea99b11da0d3" "fee7287586b17efbfda432f05539b58e86e059e78006ce9237b8732fde991b4c" "8db4b03b9ae654d4a57804286eb3e332725c84d7cdab38463cb6b97d5762ad26" "d677ef584c6dfc0697901a44b885cc18e206f05114c8a3b7fde674fce6180879" "a8245b7cc985a0610d71f9852e9f2767ad1b852c2bdea6f4aadc12cce9c4d6d0" "8aebf25556399b58091e533e455dd50a6a9cba958cc4ebb0aab175863c25b9a4" default))
'(notmuch-saved-searches
'((:name "unread" :query "tag:unread" :key "u")
(:name "flagged" :query "tag:flagged" :key "f")
(:name "sent" :query "tag:sent" :key "t")
(:name "drafts" :query "tag:draft" :key "d")
(:name "all mail" :query "*" :key "a")
(:name "inbox" :query "tag:inbox")))
'(safe-local-variable-values
'((c-block-comment-prefix . " ")
(eval c-set-offset 'inlambda 0)
(eval c-set-offset 'arglist-cont-nonempty
'(c-lineup-gcc-asm-reg c-lineup-arglist))
(eval c-set-offset 'arglist-close 0)
(eval c-set-offset 'arglist-intro '++)
(eval c-set-offset 'case-label 0)
(eval c-set-offset 'statement-case-open 0)
(eval c-set-offset 'access-label '-)
(eval c-set-offset 'substatement-open 0)
(eval c-set-offset 'arglist-cont-nonempty '+)
(eval c-set-offset 'arglist-cont 0)
(eval c-set-offset 'arglist-intro '+)
(eval c-set-offset 'inline-open 0)
(eval c-set-offset 'defun-open 0)
(eval c-set-offset 'innamespace 0)
(indicate-empty-lines . t)))
'(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.
'(evil-goggles-change-face ((t (:inherit diff-removed))))
'(evil-goggles-delete-face ((t (:inherit diff-removed))))
'(evil-goggles-paste-face ((t (:inherit diff-added))))
'(evil-goggles-undo-redo-add-face ((t (:inherit diff-added))))
'(evil-goggles-undo-redo-change-face ((t (:inherit diff-changed))))
'(evil-goggles-undo-redo-remove-face ((t (:inherit diff-removed))))
'(evil-goggles-yank-face ((t (:inherit diff-changed)))))