Add page break lines mode
This commit is contained in:
parent
1c8dd1be09
commit
0b1a0ac399
5
init.el
5
init.el
@ -773,4 +773,9 @@ COMMAND and COMINT are like `compile'."
|
|||||||
(projects . 5)
|
(projects . 5)
|
||||||
(bookmarks . 5))))
|
(bookmarks . 5))))
|
||||||
|
|
||||||
|
;; page break lines
|
||||||
|
(use-package page-break-lines
|
||||||
|
:config
|
||||||
|
(page-break-lines-mode 1))
|
||||||
|
|
||||||
;;; init.el ends here
|
;;; init.el ends here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user