diff options
-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." |