summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2024-02-21 22:51:00 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-02-21 22:51:00 +0100
commit580504f41b922e79d0926a27bcdef920fa665cb6 (patch)
tree9e5f03060703417f0232c87e0168f418a3973dd1
parentf7d5bfd3d931dd46d898aa4fc60695098ce22d1e (diff)
Update cycle-spacing.
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org
index f3c6034..ac139fc 100644
--- a/init.org
+++ b/init.org
@@ -1346,7 +1346,7 @@ Here are a few commands that I used pretty often:
;; delete up to non-whitespace character
(global-set-key (kbd "C-c d") (lambda ()
(interactive)
- (cycle-spacing -1 t nil)))
+ (cycle-spacing -1)))
(defun ssh-dtach (host)
"Open SSH connection to HOST and start dtach session."