mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add +doom-dashboard-mode to swiper-font-lock-exclude
It breaks the dashboard
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user