about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-26 17:50:47 -0600
committerCase Duckworth2021-01-26 17:50:47 -0600
commitb349279daac66f8c66e6aa951008c7a9da4f1b9b (patch)
tree7fa28b95b92543f100d962814ce83170a474e055 /config.org
parentReorganize (diff)
downloademacs-b349279daac66f8c66e6aa951008c7a9da4f1b9b.tar.gz
emacs-b349279daac66f8c66e6aa951008c7a9da4f1b9b.zip
Add form-feed
Diffstat (limited to 'config.org')
-rw-r--r--config.org11
1 files changed, 11 insertions, 0 deletions
diff --git a/config.org b/config.org index 579e5cc..aa4ba3f 100644 --- a/config.org +++ b/config.org
@@ -415,6 +415,17 @@ issue.
415 (add-hook 'after-make-frame-functions #'hook--unicode-fonts-setup) 415 (add-hook 'after-make-frame-functions #'hook--unicode-fonts-setup)
416#+end_src 416#+end_src
417 417
418*** Draw form-feeds (=^L=) properly :package:
419
420#+begin_src emacs-lisp :noweb-ref packages
421 (straight-use-package 'form-feed)
422#+end_src
423
424#+begin_src emacs-lisp :noweb-ref modes
425 (global-form-feed-mode +1)
426 (blackout 'form-feed-mode)
427#+end_src
428
418** Theming 429** Theming
419 430
420*** Modus themes :package: 431*** Modus themes :package: