mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Tweak where global-display-fill-column-indicator-modes is on
* lisp/display-fill-column-indicator.el (global-display-fill-column-indicator-mode): Don't switch on in special-mode buffers (bug#44232).
This commit is contained in:
parent
b8b18cf34a
commit
fedb25819a
2 changed files with 7 additions and 1 deletions
|
|
@ -74,7 +74,8 @@ See Info node `Displaying Boundaries' for details."
|
|||
|
||||
;;;###autoload
|
||||
(define-globalized-minor-mode global-display-fill-column-indicator-mode
|
||||
display-fill-column-indicator-mode display-fill-column-indicator--turn-on)
|
||||
display-fill-column-indicator-mode display-fill-column-indicator--turn-on
|
||||
:predicate '((not special-mode) t))
|
||||
|
||||
(provide 'display-fill-column-indicator)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue