Skip to content

Commit

Permalink
Make idle highlighting not activate in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Archenoth committed Apr 4, 2022
1 parent 032a352 commit 0d07946
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Archemacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,8 @@ This lets me see casually, the way variables and other things are used in progra
#+begin_src emacs-lisp
(use-package idle-highlight-mode
:ensure t
:custom (idle-highlight-exceptions-face
'(font-lock-keyword-face font-lock-string-face font-lock-comment-face))
:hook (prog-mode . idle-highlight-mode))
#+end_src

Expand Down

0 comments on commit 0d07946

Please sign in to comment.