dotfiles

Settings and scripts
git clone git://git.konyahin.xyz/dotfiles
Log | Files | Refs

commit e987c466a70308dce8d496297e5cd2875fb3f928
parent 9ed0665acb72853590a54cabef3cf2265d484ce7
Author: Anton Konyahin <me@konyahin.xyz>
Date:   Wed,  5 Apr 2023 14:08:05 +0300

emacs: bind cycle-spacing

Diffstat:
Memacs/.emacs.d/init.el | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el @@ -58,6 +58,7 @@ ;; custom functions and key bindings (global-set-key (kbd "M-f") 'forward-to-word) (global-set-key (kbd "M-z") 'zap-up-to-char) +(global-set-key (kbd "M-SPC") 'cycle-spacing) (defun knh-new-line-below () "Insert new line below, without breaking current line"