diff options
-rw-r--r-- | config.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index 9cf7bcb..070b29b 100644 --- a/config.org +++ b/config.org | |||
@@ -1282,6 +1282,13 @@ This has to be done /before/ loading the package. It's included in =visual-fill | |||
1282 | #'org-in-src-block-p)) | 1282 | #'org-in-src-block-p)) |
1283 | #+END_SRC | 1283 | #+END_SRC |
1284 | 1284 | ||
1285 | *** Show =^L= as a horizontal line | ||
1286 | |||
1287 | #+begin_src emacs-lisp | ||
1288 | (straight-use-package 'form-feed) | ||
1289 | (global-form-feed-mode +1) | ||
1290 | #+end_src | ||
1291 | |||
1285 | ** Word count | 1292 | ** Word count |
1286 | 1293 | ||
1287 | #+BEGIN_SRC emacs-lisp | 1294 | #+BEGIN_SRC emacs-lisp |