From b117f65e2b9b577202f3e0a663da806634bc3dcd Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Tue, 6 Mar 2012 18:05:25 +0000 Subject: [PATCH] updated a couple of comments --- keybindings.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/keybindings.el b/keybindings.el index 83ccb69..1f39707 100644 --- a/keybindings.el +++ b/keybindings.el @@ -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)