summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-05 09:28:16 -0600
committerCase Duckworth2021-01-05 09:28:16 -0600
commitea2b811115cf092ca9c6e1f92d070a2478dfd5da (patch)
tree239b97bd8b64098278b430923bb0432536268d6f /config.org
parentAdd popwin (diff)
downloademacs-ea2b811115cf092ca9c6e1f92d070a2478dfd5da.tar.gz
emacs-ea2b811115cf092ca9c6e1f92d070a2478dfd5da.zip
Add form-feed
Diffstat (limited to 'config.org')
-rw-r--r--config.org7
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