diff options
author | Case Duckworth | 2021-04-03 09:46:48 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-03 09:46:48 -0500 |
commit | 52bac1f364575cb9043d90722fe4a32b5930c558 (patch) | |
tree | 704b23804c31976820fb67c8011fbd27fcc01a2d | |
parent | Fix typo (diff) | |
download | emacs-52bac1f364575cb9043d90722fe4a32b5930c558.tar.gz emacs-52bac1f364575cb9043d90722fe4a32b5930c558.zip |
Add `form-feed'
-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 |