diff options
author | Case Duckworth | 2020-11-09 08:00:04 -0600 |
---|---|---|
committer | Case Duckworth | 2020-11-09 08:00:04 -0600 |
commit | 1d03b333d600d425cdeaee093a66fc965c0dc914 (patch) | |
tree | da9180a04e4c31db047c33bf9a3c32c7099a2660 | |
parent | Add SLIME (diff) | |
download | emacs-1d03b333d600d425cdeaee093a66fc965c0dc914.tar.gz emacs-1d03b333d600d425cdeaee093a66fc965c0dc914.zip |
Change to form-feed
-rw-r--r-- | config.org | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.org b/config.org index e146e81..a2dd1aa 100644 --- a/config.org +++ b/config.org | |||
@@ -287,9 +287,9 @@ I don't like the customize interface, but I still sometimes use it when I'm not | |||
287 | *** Miscellaneous | 287 | *** Miscellaneous |
288 | **** Convert =^L= to a line | 288 | **** Convert =^L= to a line |
289 | #+begin_src emacs-lisp | 289 | #+begin_src emacs-lisp |
290 | (use-package page-break-lines | 290 | (use-package form-feed |
291 | :config | 291 | :hook |
292 | (global-page-break-lines-mode 1)) | 292 | ((text-mode prog-mode) . form-feed-mode)) |
293 | #+end_src | 293 | #+end_src |
294 | ** Themes: [[https://github.com/protesilaos/modus-themes][Modus]] | 294 | ** Themes: [[https://github.com/protesilaos/modus-themes][Modus]] |
295 | #+BEGIN_SRC emacs-lisp | 295 | #+BEGIN_SRC emacs-lisp |