improved keybinding to align-to-equals

This commit is contained in:
2012-02-11 20:49:53 +00:00
parent 1aaa930099
commit a379d2d9f0

View File

@@ -66,7 +66,7 @@
;; Align to equal signs
(global-set-key (kbd "C-x a =") 'align-to-equals)
(global-set-key (kbd "M-s-") 'align-to-equals)
(global-set-key (kbd "M-]") 'align-to-equals)
;; Goto line
(global-set-key (kbd "C-c C-l") 'goto-line)