[Emacs] Add page-break-lines-mode
This commit is contained in:
parent
297bb9d372
commit
bbd895ff6d
@ -4223,6 +4223,15 @@ Ensure all themes that I use are installed:
|
||||
;; 'spaceline-gh-notifier and 'imalison:muni disabled for now
|
||||
(spaceline-spacemacs-theme)))
|
||||
#+END_SRC
|
||||
** page-break-lines
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package page-break-lines
|
||||
:defer 1
|
||||
:diminish (page-break-lines-mode)
|
||||
:config
|
||||
(progn
|
||||
(global-page-break-lines-mode +1)))
|
||||
#+END_SRC
|
||||
** helm-themes
|
||||
helm-themes provides an easy way to switch between emacs-themes.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
Loading…
Reference in New Issue
Block a user