summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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."