Emacs package to align column text in region
Emacs package to align column text in region.
As this package is not on Melpa (yet), clone this repo and call package-install-file
or simply add a load-path
which points to aligny local repo. If you prefer, you could use quelpa as well.
To enable aligny on Emacs startup, add the following to your init.el:
(require 'aligny)
None
aligny-ampersand
aligny-colon
aligny-equals-sign
aligny-quote
aligny-whitespace
(global-set-key (kbd "C-x y a") 'aligny-ampersand)
(global-set-key (kbd "C-x y c") 'aligny-colon)
(global-set-key (kbd "C-x y e") 'aligny-equals-sign)
(global-set-key (kbd "C-x y q") 'aligny-quote)
(global-set-key (kbd "C-x y w") 'aligny-whitespace)