Add page-break-lines for form feed characters
This commit is contained in:
parent
db2abd37d2
commit
6289ebaa7a
11
init.el
11
init.el
@ -784,6 +784,17 @@
|
|||||||
string-inflection-kebab-case-function
|
string-inflection-kebab-case-function
|
||||||
string-inflection-capital-underscore-function))
|
string-inflection-capital-underscore-function))
|
||||||
|
|
||||||
|
;;====================
|
||||||
|
;; Page Break Lines (Display Form Feed Characters)
|
||||||
|
;;====================
|
||||||
|
|
||||||
|
;; Load page-break-lines
|
||||||
|
(use-package page-break-lines
|
||||||
|
:demand
|
||||||
|
t
|
||||||
|
:config
|
||||||
|
(global-page-break-lines-mode))
|
||||||
|
|
||||||
;;====================
|
;;====================
|
||||||
;; Undo Tree
|
;; Undo Tree
|
||||||
;;====================
|
;;====================
|
||||||
|
Loading…
Reference in New Issue
Block a user