Skip to content

Commit

Permalink
emacs: cg-output-always-highlight is safe as file-local-variable
Browse files Browse the repository at this point in the history
  • Loading branch information
unhammer committed Mar 29, 2023
1 parent cfc05a6 commit 1a72758
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emacs/cg.el
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,7 @@ Use 0 to check immediately after each change."
(defcustom cg-output-always-highlight nil
"Regexp patterns of tags to always highlight in output, with a face to use."
:local t
:safe (lambda (_) t)
:type '(repeat (cons regexp face)))

(defun cg-output-hl-always-patterns ()
Expand Down

0 comments on commit 1a72758

Please sign in to comment.