diff options
-rw-r--r-- | init.el | 5 |
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 |