From f854300963c2e17243f4276c24e87fc4534e289d Mon Sep 17 00:00:00 2001 From: Vladan Popovic Date: Fri, 8 Apr 2022 00:10:23 +0200 Subject: [PATCH] remove commented code --- init.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/init.el b/init.el index 5d896ba..03d8686 100644 --- a/init.el +++ b/init.el @@ -169,11 +169,6 @@ (load-theme 'vim-colors t t) (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) (or (funcall fn hl) (lambda (_ ov)