Face changes
This commit is contained in:
@@ -1029,13 +1029,14 @@ environment variable accordingly."
|
||||
"Allow avy commands with s and S in evil's normal and visual states."
|
||||
:keymap (make-sparse-keymap))
|
||||
(define-globalized-minor-mode my/evil-avy-global-mode my/evil-avy-mode
|
||||
(lambda () (my/evil-avy-mode 1))
|
||||
my/evil-avy-mode
|
||||
:group 'avy
|
||||
:predicate '((not magit-mode dired-mode
|
||||
proced-mode mu4e-main-mode
|
||||
mu4e-view-mode mu4e-headers-mode
|
||||
ibuffer-mode calc-mode calc-trail-mode
|
||||
gnus-group-mode) t))
|
||||
gnus-group-mode)
|
||||
t))
|
||||
(use-package avy
|
||||
:bind (("C-c C-j" . avy-resume)
|
||||
("M-s s" . evil-avy-goto-char-2)
|
||||
@@ -4121,7 +4122,9 @@ vising, and their major mode"
|
||||
:config
|
||||
(load-theme 'doom-molokai t)
|
||||
(doom-themes-org-config)
|
||||
(set-face-attribute 'font-lock-function-call-face nil :slant 'normal))
|
||||
(dolist (face '(font-lock-function-call-face elisp-bound-variable
|
||||
elisp-binding-variable))
|
||||
(set-face-attribute face nil :slant 'normal)))
|
||||
|
||||
;; solaire-mode
|
||||
(use-package solaire-mode
|
||||
|
||||
Reference in New Issue
Block a user