mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 16:24:18 +00:00
REMOVE THOSE HIGHLIGHTS
This commit is contained in:
parent
2b4cd50b24
commit
f7785157b1
1 changed files with 5 additions and 3 deletions
|
|
@ -32,9 +32,11 @@ When Compilation minor mode is enabled, all the error-parsing
|
||||||
commands of Compilation major mode are available. See
|
commands of Compilation major mode are available. See
|
||||||
`compilation-mode'."
|
`compilation-mode'."
|
||||||
:lighter " Compilation" :keymap compilation-mode-map
|
:lighter " Compilation" :keymap compilation-mode-map
|
||||||
(if compilation-minor-mode
|
(if (not compilation-minor-mode)
|
||||||
|
(compilation--unsetup)
|
||||||
(compilation-setup t)
|
(compilation-setup t)
|
||||||
(compilation--unsetup)))
|
(font-lock-remove-keywords nil (compilation-mode-font-lock-keywords))
|
||||||
|
(font-lock-flush)))
|
||||||
|
|
||||||
(defun my/enable-comp-keys-if-separate-mode (orig &rest args)
|
(defun my/enable-comp-keys-if-separate-mode (orig &rest args)
|
||||||
(let ((hook compilation-finish-functions))
|
(let ((hook compilation-finish-functions))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue