diff --git a/keybindings.el b/keybindings.el index 705134f..1706456 100644 --- a/keybindings.el +++ b/keybindings.el @@ -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)