From 39461f8f9d01647b9d876bd8a3ea12321f4d6068 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 28 Feb 2013 21:56:07 -0500 Subject: Align text according to a delimiter --- .emacs | 2 ++ 1 file changed, 2 insertions(+) (limited to '.emacs') diff --git a/.emacs b/.emacs index 4df404e..0e0e9c6 100644 --- a/.emacs +++ b/.emacs @@ -102,6 +102,8 @@ (setq completion-cycle-threshold 5) ;; Emacs24: Also match for substrings in tab completion (add-to-list 'completion-styles 'substring) +;; align text according to a delimiter +(global-set-key (kbd "C-x a r") 'align-regexp) ;; info location: (eval-after-load 'info -- cgit v1.2.3