purcell / emacs.d

An Emacs configuration bundle with batteries included
BSD 2-Clause "Simplified" License
6.84k stars 2.05k forks source link

disabeling (global-display-fill-column-indicator-mode -1) does not work #812

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hello I tried to disable (global-display-fill-column-indicator-mode -1), it works only with current session like M-x global-display-fill-column-indicator-mode, where is it defined so that I can disable it ?

purcell commented 2 years ago

It’s not enabled globally, it’s added to prog-mode-hook, see init-editing-utils.el.