summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-132-644/+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-112-0/+60
|
* 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-093-8/+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 new location for MELPARavi R Kiran2015-03-231-1/+1
|
* 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-1720-1/+1
| | | | | This follows the official emacs recommendation for lisp code inside emacs.d.
* Upgrade to use-package 2.0Ravi R Kiran2015-03-1710-29/+29
| | | | Fix changed semantics for init and for load-path
* Try to follow vim-like navigationRavi R Kiran2015-03-171-3/+3
|
* Update mu4e and have another attempt at fixing the citation lineRavi R Kiran2015-03-162-0/+3
|
* Make more use of helmRavi R Kiran2015-03-162-4/+4
|
* Tex/LaTeX changesRavi R Kiran2015-03-163-14/+9
| | | | | | | - set fill column correctly - remove keyadvice since it never worked - add XeLaTeX support - do not auto revert tex output; it only makes sense manually
* Extra autocompletion for LaTeXRavi R Kiran2015-03-021-1/+23
|
* Explicit keybinding for xdg-openRavi R Kiran2015-03-021-2/+4
|
* Move statistics file and diminish properlyRavi R Kiran2015-02-131-2/+6
|
* Do not change whitespace automatically everywhereRavi R Kiran2015-02-131-3/+8
|
* Better zap-to-charRavi R Kiran2015-02-091-3/+4
|
* More company mode improvementsRavi R Kiran2015-02-091-0/+10
|
* Initialize expand region as soon as possibleRavi R Kiran2015-02-022-2/+4
| | | | | | This is because expand-region sets up a lot of autoloads for different modes, which gets messed up when expand-region is loaded on demand after these modes.