From 52bac1f364575cb9043d90722fe4a32b5930c558 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 3 Apr 2021 09:46:48 -0500 Subject: Add `form-feed' --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 4ea67f3..c461b7d 100644 --- a/init.el +++ b/init.el @@ -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 -- cgit 1.4.1-21-gabe81