diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-21 22:51:00 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-21 22:51:00 +0100 |
commit | 580504f41b922e79d0926a27bcdef920fa665cb6 (patch) | |
tree | 9e5f03060703417f0232c87e0168f418a3973dd1 | |
parent | f7d5bfd3d931dd46d898aa4fc60695098ce22d1e (diff) |
Update cycle-spacing.
-rw-r--r-- | init.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." |