Reorder customize-faces to keep Emacs happy
As it will be ordered alphabetically with every customize, it gets much simpler this way.
This commit is contained in:
parent
73a4bf5e60
commit
7880bf742c
4
init.el
4
init.el
@ -134,10 +134,10 @@
|
|||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
|
'(aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 3.0))))
|
||||||
'(hl-line ((t (:inherit nil :background "gray25"))))
|
'(hl-line ((t (:inherit nil :background "gray25"))))
|
||||||
'(trailing-whitespace ((t (:inherit nil :background "red1"))))
|
'(trailing-whitespace ((t (:inherit nil :background "red1"))))
|
||||||
'(whitespace-line ((t (:inherit nil :background "orange"))))
|
'(whitespace-line ((t (:inherit nil :background "orange")))))
|
||||||
'(aw-leading-char-face ((t (:inherit ace-jump-face-foreground :height 3.0)))))
|
|
||||||
(set-face-attribute 'default t :font "Hack-10")
|
(set-face-attribute 'default t :font "Hack-10")
|
||||||
(set-frame-font "Hack-10" nil t)
|
(set-frame-font "Hack-10" nil t)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user