remove commented code
This commit is contained in:
parent
307fe2f15a
commit
f854300963
1 changed files with 0 additions and 5 deletions
5
init.el
5
init.el
|
@ -169,11 +169,6 @@
|
||||||
(load-theme 'vim-colors t t)
|
(load-theme 'vim-colors t t)
|
||||||
(enable-theme 'vim-colors)
|
(enable-theme 'vim-colors)
|
||||||
|
|
||||||
;(use-package doom-themes
|
|
||||||
; :ensure t
|
|
||||||
; :config
|
|
||||||
; (load-theme 'doom-acario-light t))
|
|
||||||
|
|
||||||
(define-advice evil-ex-hl-match-hook (:around (fn hl) add-priority-reset-hook)
|
(define-advice evil-ex-hl-match-hook (:around (fn hl) add-priority-reset-hook)
|
||||||
(or (funcall fn hl)
|
(or (funcall fn hl)
|
||||||
(lambda (_ ov)
|
(lambda (_ ov)
|
||||||
|
|
Loading…
Reference in a new issue