aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/config.org
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-08-09 17:25:45 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-08-09 17:27:00 +0100
commit2caa53a5a23310356ed274a6e404c83fd09c73f5 (patch)
treea1c55d94725ddbe1f73b04467546501674c14c85 /Emacs/.config/emacs/config.org
parente3af6cecd71912737713911c18713624c081ae78 (diff)
downloaddotfiles-2caa53a5a23310356ed274a6e404c83fd09c73f5.tar.gz
dotfiles-2caa53a5a23310356ed274a6e404c83fd09c73f5.tar.bz2
dotfiles-2caa53a5a23310356ed274a6e404c83fd09c73f5.zip
+binding to whitespace-cleanup
Diffstat (limited to 'Emacs/.config/emacs/config.org')
-rw-r--r--Emacs/.config/emacs/config.org1
1 files changed, 1 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 3e782ed..166a247 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -147,6 +147,7 @@ and it's functionally equivalent the doom/spacemacs leader.
(general-def 'normal global-map
"M-V" #'dx:newline
"M-v" #'(lambda () (interactive) (dx:newline 1))
+ "M--" #'whitespace-cleanup
"C--" #'text-scale-decrease
"C-=" #'text-scale-increase)