mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 10:53:23 +00:00
; Fix my last commit
This commit is contained in:
parent
888a2b5394
commit
b5fe170240
1 changed files with 0 additions and 1 deletions
|
@ -381,7 +381,6 @@ Hi-lock: end is found. A mode is excluded if it's in the list
|
||||||
:group 'hi-lock)
|
:group 'hi-lock)
|
||||||
|
|
||||||
(defun turn-on-hi-lock-if-enabled ()
|
(defun turn-on-hi-lock-if-enabled ()
|
||||||
(setq hi-lock-archaic-interface-message-used t)
|
|
||||||
(unless (memq major-mode hi-lock-exclude-modes)
|
(unless (memq major-mode hi-lock-exclude-modes)
|
||||||
(hi-lock-mode 1)))
|
(hi-lock-mode 1)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue