Add +doom-dashboard-mode to swiper-font-lock-exclude
It breaks the dashboard
This commit is contained in:
parent
533355d7d5
commit
86d51dd056
2 changed files with 6 additions and 3 deletions
|
@ -188,6 +188,7 @@ be negative.")
|
|||
|
||||
|
||||
;; `swiper-helm'
|
||||
(setq swiper-helm-display-function
|
||||
(lambda (buf &optional _resume) (pop-to-buffer buf)))
|
||||
|
||||
(after! swiper-helm
|
||||
(setq swiper-helm-display-function
|
||||
(lambda (buf &optional _resume) (pop-to-buffer buf)))
|
||||
(add-to-list 'swiper-font-lock-exclude #'+doom-dashboard-mode nil #'eq))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue