Dont show fill-column indicator for lisp modes
This commit is contained in:
parent
a21f7eb6e4
commit
34cf8681da
1 changed files with 2 additions and 4 deletions
6
init.el
6
init.el
|
@ -940,8 +940,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
(emacs-lisp-mode . (lambda () (face-remap-add-relative
|
||||
'font-lock-function-name-face
|
||||
nil
|
||||
:underline t)))
|
||||
(emacs-lisp-mode . display-fill-column-indicator-mode))
|
||||
:underline t))))
|
||||
:mode (("\\.el$" . emacs-lisp-mode))
|
||||
:config
|
||||
(setq-local lisp-indent-function 'lisp-indent-function))
|
||||
|
@ -951,8 +950,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory."
|
|||
:hook ((lisp-mode . (lambda () (face-remap-add-relative
|
||||
'font-lock-function-name-face
|
||||
nil
|
||||
:underline t)))
|
||||
(lisp-mode . display-fill-column-indicator-mode))
|
||||
:underline t))))
|
||||
:mode (("\\.lisp$" . lisp-mode)
|
||||
("\\.lsp$" . lisp-mode)
|
||||
("\\.cl$" . lisp-mode)
|
||||
|
|
Loading…
Add table
Reference in a new issue