.emacs.d/ag-commands.el
author Adam Gomaa <adam@gomaa.us>
Sun Dec 18 13:13:02 2011 -0500
changeset 521 67f37d330ad0
parent 473 ab40ffe4c737
permissions -rw-r--r--
Remove project & _list_projects, I don't use them anymore.
adam@473
     1
(defalias 'qr 'query-replace)
gak9422e@0
     2
(defalias 'qrr 'query-replace-regexp)
adam@473
     3
(defalias 'rs 'replace-string)
adam@520
     4
(defalias 'fly 'flymake-mode)
code@338
     5
(provide 'ag-commands)