diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-02-28 21:56:07 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-02-28 21:56:07 -0500 |
commit | 39461f8f9d01647b9d876bd8a3ea12321f4d6068 (patch) | |
tree | e6214dc3f35d324516b6eae3e46577b0a9b70868 /.emacs | |
parent | Added haskell-mode (diff) |
Align text according to a delimiter
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |