summaryrefslogtreecommitdiffstats
path: root/ravi-init-insertion.el
Commit message (Collapse)AuthorAgeFilesLines
* Move main emacs directory out of load pathRavi R Kiran2015-03-171-136/+0
| | | | | This follows the official emacs recommendation for lisp code inside emacs.d.
* Upgrade to use-package 2.0Ravi R Kiran2015-03-171-1/+2
| | | | Fix changed semantics for init and for load-path
* Move statistics file and diminish properlyRavi R Kiran2015-02-131-2/+6
|
* More company mode improvementsRavi R Kiran2015-02-091-0/+10
|
* Diminish modeline clutter even moreRavi R Kiran2014-12-151-0/+1
|
* More company-mode setup: c-headers and yasnippetRavi R Kiran2014-11-101-1/+27
|
* Start replacement of auto-complete with company-modeRavi R Kiran2014-11-031-25/+18
|
* Simplify throwaway snippetsRavi R Kiran2014-11-021-0/+6
|
* Add default yasnippet snipper dir to snippet dir listRavi R Kiran2014-10-191-1/+1
|
* Save history in appropriate placeRavi R Kiran2014-01-011-5/+6
|
* Diminish correctlyRavi R Kiran2013-12-021-1/+1
|
* Initial support for auto-complete; much more configuration neededRavi R Kiran2013-12-021-0/+19
|
* Text insertion/completionRavi R Kiran2013-12-011-0/+75
autocomplete-mode still to be added