# HG changeset patch # User Oleksandr Gavenko # Date 1485724253 -7200 # Node ID 7a9acb53000365dd6797f2b4a38127175073b44b # Parent 07c16f0cf936913be23d4444faa2614f557e1a34 Use cycle-spacing as it convenient then M-\ key binding. diff -r 07c16f0cf936 -r 7a9acb530003 .emacs-my --- a/.emacs-my Sun Jan 29 14:04:06 2017 +0200 +++ b/.emacs-my Sun Jan 29 23:10:53 2017 +0200 @@ -623,6 +623,9 @@ ;; See also 'mode-require-final-newline'. (add-hook 'text-mode-hook (lambda () (setq require-final-newline nil))) +(when (fboundp 'cycle-spacing) + (global-set-key (kbd "M-SPC") 'cycle-spacing)) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (message "server")