Update ace-window configuration
The leading chars are now slightly larger.
This commit is contained in:
parent
349a390521
commit
7c2cbb9ce1
6
init.el
6
init.el
@ -135,7 +135,8 @@
|
|||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(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)
|
||||||
|
|
||||||
@ -379,6 +380,9 @@
|
|||||||
(global-wakatime-mode t))
|
(global-wakatime-mode t))
|
||||||
|
|
||||||
(use-package ace-window
|
(use-package ace-window
|
||||||
|
:init
|
||||||
|
(setq aw-keys '(?a ?o ?e ?u ?i ?d ?h ?t ?n)
|
||||||
|
aw-background nil)
|
||||||
:bind
|
:bind
|
||||||
(("M-P" . ace-window)))
|
(("M-P" . ace-window)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user