Add `form-feed'

This commit is contained in:
Case Duckworth 2021-04-03 09:46:48 -05:00
parent f984937295
commit 52bac1f364
1 changed files with 5 additions and 0 deletions

View File

@ -76,6 +76,7 @@
:debug '(form sexp)
:repeatable t)
;;; Good defaults
;;;; About me
@ -739,6 +740,10 @@ if ripgrep is installed, otherwise `consult-grep'."
(:option outline-minor-mode-prefix "")
(:hook-into emacs-lisp-mode))
;;;;; Form-feed
(setup (:straight form-feed)
(global-form-feed-mode +1))
;;;;; Which-key
(setup (:straight which-key)
(:option which-key-show-early-on-C-h t