mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
Don't require easy-mmode.
(longlines-visible-face): Specify customization group.
This commit is contained in:
parent
7cf49add81
commit
25ba62c557
@ -39,8 +39,6 @@
|
||||
|
||||
;;; Code:
|
||||
|
||||
(require 'easy-mmode)
|
||||
|
||||
(defgroup longlines nil
|
||||
"Automatic wrapping of long lines when loading files."
|
||||
:group 'fill)
|
||||
@ -157,7 +155,8 @@ major mode changes."
|
||||
|
||||
(defface longlines-visible-face
|
||||
'((t (:background "red")))
|
||||
"Face used to make hard newlines visible in `longlines-mode'.")
|
||||
"Face used to make hard newlines visible in `longlines-mode'."
|
||||
:group 'longlines)
|
||||
|
||||
(defun longlines-show-hard-newlines (&optional arg)
|
||||
"Make hard newlines visible by adding a face.
|
||||
|
Loading…
Reference in New Issue
Block a user