Skip to content

Commit

Permalink
bind whitespace-mode to C-ç SPC
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosab committed Apr 15, 2015
1 parent c194a56 commit 78ae20e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions emacs.el.d/80-keybindings.el
Expand Up @@ -18,6 +18,7 @@
(define-key ctl-ç-map "[" 'ts-corr-brack)
(define-key ctl-ç-map "{" 'ts-corr-curl)
(define-key ctl-ç-map "g" 'magit-status)
(define-key ctl-ç-map (kbd "SPC") 'whitespace-mode)

(setq super-dict-map (make-sparse-keymap))
(defalias 'super-d-prefix super-dict-map)
Expand Down

0 comments on commit 78ae20e

Please sign in to comment.