diff options
author | Matthew Kosarek <matthew.kosarek@vention.cc> | 2023-04-10 17:20:04 -0400 |
---|---|---|
committer | Matthew Kosarek <matthew.kosarek@vention.cc> | 2023-04-10 17:20:04 -0400 |
commit | c2c1cd810d7bae8c6aa1da76b9cef73301ff631d (patch) | |
tree | 5f481b38340349aab5ea92c2c01eb41933c53313 | |
parent | 3125d4abea8731a9742e445275d4fea06ab3cb6d (diff) |
Removing unnecessary highlight packages
-rw-r--r-- | lisp/general.el | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/lisp/general.el b/lisp/general.el index c2de9b4..988f619 100644 --- a/lisp/general.el +++ b/lisp/general.el @@ -138,14 +138,6 @@ ;; Don't ask to kill when we have an open line number (setq-default confirm-kill-processes nil) -;; Highlight indentation lines -(use-package highlight-indent-guides - :ensure t - :config - (add-hook 'prog-mode-hook 'highlight-indent-guides-mode) - (setq highlight-indent-guides-method 'character) - ) - ;; Tree (use-package treemacs :ensure t @@ -296,16 +288,6 @@ ;; :ensure t ;; :defer t) -;; Highlight similar text -(use-package highlight-thing - :ensure t - :config - (setq highlight-thing-what-thing 'region) - (setq highlight-thing-what-thing 'word) - (setq highlight-thing-exclude-thing-under-point t) - (global-highlight-thing-mode) - (setq highlight-thing-delay-seconds 1.0)) - ;; Vterm (defun my-vterm-mode-set-colors() |