summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org6
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