summaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* Move from toggles to repetitionsRavi R Kiran2015-06-101-2/+8
|
* Smarter whitespace compactionRavi R Kiran2015-06-101-0/+5
|
* More keys for ace-jumpRavi R Kiran2015-05-311-0/+1
|
* Avoid ObjC since we use .m for octave/matlabRavi R Kiran2015-05-311-0/+10
|
* More functionality with buffer-switchingRavi R Kiran2015-05-261-4/+36
|
* Easier bracket wrappersRavi R Kiran2015-05-261-0/+13
|
* avy is more customizable than ace-jumpRavi R Kiran2015-05-261-5/+10
|
* No longer need highlight-symbol in emacs 24.4+Ravi R Kiran2015-05-261-0/+1
|
* Another way to switch to stuff within a projectRavi R Kiran2015-05-261-0/+4
|
* Camel-case conversionsRavi R Kiran2015-05-261-0/+12
| | | | The default keybinding is temporary.
* Simplify launcher map using bind-keysRavi R Kiran2015-05-261-17/+19
|
* Grep is still useful even when ag is presentRavi R Kiran2015-05-181-3/+3
|
* Switch to yasnippet seamlesslyRavi R Kiran2015-05-181-0/+5
|
* Cleverer line positioning from emacsclientRavi R Kiran2015-05-161-0/+18
|
* More versatile cutRavi R Kiran2015-05-161-0/+8
|
* Enable helm-dash wherever possibleRavi R Kiran2015-05-164-2/+26
|
* Use normal keybinding setup for toggle/launcher mapRavi R Kiran2015-05-162-22/+24
|
* Add dash documentation browsingRavi R Kiran2015-05-141-0/+11
|
* Get package from repositoriesRavi R Kiran2015-05-131-0/+1
|
* Use swoop for PCRERavi R Kiran2015-05-131-0/+12
|
* Launcher/toggle mapRavi R Kiran2015-05-131-1/+21
|
* Bug in hydra.el is finally fixedRavi R Kiran2015-05-131-8/+9
|
* Add map to operate on numberRavi R Kiran2015-05-111-0/+59
|
* Diminish anzuRavi R Kiran2015-05-111-0/+1
|
* calc is used too oftenRavi R Kiran2015-05-081-0/+3
|
* Nicer interface for isearchRavi R Kiran2015-05-081-0/+11
|
* Easy buffer part erasureRavi R Kiran2015-05-082-0/+8
|
* Show email addresses by defaultRavi R Kiran2015-05-081-0/+1
|
* Set up org-reveal to match our defaultsRavi R Kiran2015-04-131-1/+9
|
* Diminish properly with use-package 2.0Ravi R Kiran2015-04-091-1/+1
|
* Get ox-reveal from repositoryRavi R Kiran2015-04-091-5/+5
|
* Make keybindings available earlyRavi R Kiran2015-04-091-1/+1
|
* Interface to git grepRavi R Kiran2015-03-232-0/+9
|
* More helm for use with helmRavi R Kiran2015-03-231-1/+5
|
* Conform to vim-like navigationRavi R Kiran2015-03-231-2/+2
|
* Swap keybindings for import-popwin and helm-swoopRavi R Kiran2015-03-232-2/+2
| | | | Helm-swoop is used much more frequently.
* Remove helm-descbinds since it misses too many keysRavi R Kiran2015-03-231-4/+0
|
* Process search via helmRavi R Kiran2015-03-231-0/+7
|
* Automatically determine mode for C/C++ header filesRavi R Kiran2015-03-231-1/+8
|
* Use jedi with company for completionRavi R Kiran2015-03-181-3/+8
|
* We need easy access to find-filesRavi R Kiran2015-03-182-2/+2
|
* Smart newline does not work well with python indentingRavi R Kiran2015-03-171-1/+3
| | | | Diminish according to use-package 2.0
* Move main emacs directory out of load pathRavi R Kiran2015-03-1719-0/+2989
This follows the official emacs recommendation for lisp code inside emacs.d.