From 72ef053d8904294b34b14bacc055c9d93952329f Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 24 Nov 2020 18:52:38 -0600 Subject: Change binding for just-one-space to cycle-space --- config.org | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 9e78a67..f9da6ba 100644 --- a/config.org +++ b/config.org @@ -491,6 +491,16 @@ See [[https://emacs.stackexchange.com/questions/12351/when-to-call-find-font-if- (global-so-long-mode)) #+end_src +*** Change =just-one-space= to =cycle-space= + +#+begin_src emacs-lisp + (defun acdw/cycle-spacing-1 () + (interactive) + (cycle-spacing -1)) + + (bind-key [remap just-one-space] #'acdw/cycle-spacing-1) +#+end_src + * Persistence ** Auto-saves -- cgit 1.4.1-21-gabe81