updated a couple of comments

This commit is contained in:
2012-03-06 18:05:25 +00:00
parent 19d563028d
commit b117f65e2b

View File

@@ -23,10 +23,10 @@
(global-set-key (kbd "C-x C-o") 'other-window)
(global-set-key (kbd "C-x C-i") 'other-window-reverse)
;; Kill-Ring related.
;; Kill-Ring related (via helpers.el).
(global-set-key (kbd "M-Y") 'yank-pop-forwards)
;; Align to equal signs
;; Align to equal signs (via helpers.el).
(global-set-key (kbd "C-x a =") 'align-to-equals)
(global-set-key (kbd "M-]") 'align-to-equals)