emacs: add keybind for whitespace-cleanup
This commit is contained in:
parent
dc3d96577b
commit
41de1b3bf9
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
||||||
|
|
||||||
;; basic key binds
|
;; basic key binds
|
||||||
(global-set-key (kbd "C-`") 'other-window)
|
(global-set-key (kbd "C-`") 'other-window)
|
||||||
|
(global-set-key (kbd "C-x w c") 'whitespace-cleanup)
|
||||||
(global-set-key (kbd "C-x w d") 'delete-all-space)
|
(global-set-key (kbd "C-x w d") 'delete-all-space)
|
||||||
(global-set-key (kbd "C-x w f") 'forward-whitespace)
|
(global-set-key (kbd "C-x w f") 'forward-whitespace)
|
||||||
(global-set-key (kbd "C-c c") 'compile)
|
(global-set-key (kbd "C-c c") 'compile)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue