.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.
     1 (defalias 'qr 'query-replace)
     2 (defalias 'qrr 'query-replace-regexp)
     3 (defalias 'rs 'replace-string)
     4 (defalias 'fly 'flymake-mode)
     5 (provide 'ag-commands)