summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-03 09:46:48 -0500
committerCase Duckworth2021-04-03 09:46:48 -0500
commit52bac1f364575cb9043d90722fe4a32b5930c558 (patch)
tree704b23804c31976820fb67c8011fbd27fcc01a2d /init.el
parentFix typo (diff)
downloademacs-52bac1f364575cb9043d90722fe4a32b5930c558.tar.gz
emacs-52bac1f364575cb9043d90722fe4a32b5930c558.zip
Add `form-feed'
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el index 4ea67f3..c461b7d 100644 --- a/init.el +++ b/init.el
@@ -76,6 +76,7 @@
76 :debug '(form sexp) 76 :debug '(form sexp)
77 :repeatable t) 77 :repeatable t)
78 78
79
79;;; Good defaults 80;;; Good defaults
80 81
81;;;; About me 82;;;; About me
@@ -739,6 +740,10 @@ if ripgrep is installed, otherwise `consult-grep'."
739 (:option outline-minor-mode-prefix "") 740 (:option outline-minor-mode-prefix "")
740 (:hook-into emacs-lisp-mode)) 741 (:hook-into emacs-lisp-mode))
741 742
743;;;;; Form-feed
744(setup (:straight form-feed)
745 (global-form-feed-mode +1))
746
742;;;;; Which-key 747;;;;; Which-key
743(setup (:straight which-key) 748(setup (:straight which-key)
744 (:option which-key-show-early-on-C-h t 749 (:option which-key-show-early-on-C-h t