From 2d1c6c0d04198c9598f139a1b5a4843651edca32 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Mon, 24 Jun 2024 20:44:22 -0500 Subject: [PATCH] Use ethan-wspace --- README.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.org b/README.org index a3e8d23..a04faef 100644 --- a/README.org +++ b/README.org @@ -363,6 +363,7 @@ The format of arguments to =set-defaults= is identical to the one used by | mac-option-modifier | 'super | | mac-right-option-modifier | nil | | mode-line-default-help-echo | nil | +| mode-require-final-newline | nil | | next-error-recenter | t | | ns-function-modifier | 'hyper | | ns-pop-up-frames | nil | @@ -2740,6 +2741,14 @@ Most of these are available in MELPA. :bind ("". gif-screencast-start-or-stop)) #+END_SRC +**** ethan-wspace + +#+BEGIN_SRC emacs-lisp +(use-package ethan-wspace + :config + (global-ethan-wspace-mode 1)) +#+END_SRC + **** git-attr #+BEGIN_SRC emacs-lisp