summaryrefslogtreecommitdiffstats
path: root/lisp
Commit message (Collapse)AuthorAgeFilesLines
* 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.