summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Convenience for switching to MRU windowRavi R Kiran2017-05-091-0/+9
|
* Looking back requires two argumentsRavi R Kiran2017-03-071-10/+10
|
* Fix typoRavi R Kiran2017-03-071-2/+2
|
* Compilation buffer visibilityRavi R Kiran2017-03-061-1/+7
|
* Todo: fix help mapRavi R Kiran2017-03-061-1/+1
|
* Don't mess with python mode indentsRavi R Kiran2017-03-061-1/+1
|
* Unnecesary spaceRavi R Kiran2017-03-061-1/+1
|
* Fix region-bindings mode cc mode interactionRavi R Kiran2017-03-062-0/+11
|
* Easy access to specific manualRavi R Kiran2017-03-061-0/+2
|
* Sync to a different host if specifiedRavi R Kiran2017-03-061-0/+8
|
* Magit function name changedRavi R Kiran2017-03-061-1/+1
|
* Let's try out key-comboRavi R Kiran2016-06-241-4/+8
|
* Replace git-gutter with much nicer diff-hlRavi R Kiran2016-06-241-10/+6
|
* Use mu4e contexts and fix smtp portRavi R Kiran2016-06-161-54/+20
|
* Update muRavi R Kiran2016-06-161-0/+0
|
* Use xetex only necessaryRavi R Kiran2015-11-091-4/+0
| | | | | The right way is to add a file-local variable which sets TeX-engine to xetex.
* Use PDF tools to view outputRavi R Kiran2015-11-091-1/+13
|
* isync is now available in Fedora reposRavi R Kiran2015-11-043-5/+2
|
* Remove jedi submodule as it is now in Fedora reposRavi R Kiran2015-11-043-5/+1
|
* Malinka for feeding rtagsRavi R Kiran2015-11-041-0/+52
|
* Hydra for rtags and hide/showRavi R Kiran2015-11-041-23/+62
|
* Use gpg2 which works well with gpg-agentRavi R Kiran2015-11-041-2/+6
|
* Hydra to consolidate hiding/findingRavi R Kiran2015-10-262-8/+10
|
* Some projectile commands are used very frequentlyRavi R Kiran2015-10-261-9/+12
|
* Ignore GMail-specific foldersRavi R Kiran2015-10-261-0/+2
|
* Dash is too usefulRavi R Kiran2015-10-261-2/+2
|
* Remove long-unused packagesRavi R Kiran2015-10-251-32/+0
|
* Update rtags to working versionRavi R Kiran2015-10-251-0/+0
|
* Enable RTagsRavi R Kiran2015-10-233-5/+17
|
* Merge branch 'master' into rtags-attemptRavi R Kiran2015-10-2331-1290/+1739
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * master: (139 commits) Add pdf-tools as a nicer replacement for doc-view Add pdf-tools submodule Fix maildir data with correct path Add desktop notifications for email Potential use for modes without repls Attach files more easily in mu Update to newest version of mu Please remove tooltips after a while, please ace-window gets confused when tooltips are present Sometimes the dispatch list does come in handy Pre-populate searches Succumb to muscle memory of control keys Remove ropemacs due to disuse Do not let company-quickhelp steal a global key Manage word navigation Use proper helm function to replace completing-read Electric operators on python mode Use which-key in preference to guide-key Navigate easier Simplify config with magit 2.1.0 ...
| * Add pdf-tools as a nicer replacement for doc-viewRavi R Kiran2015-10-232-0/+16
| |
| * Add pdf-tools submoduleRavi R Kiran2015-10-232-0/+3
| |
| * Fix maildir data with correct pathRavi R Kiran2015-10-231-3/+7
| |
| * Add desktop notifications for emailRavi R Kiran2015-10-231-0/+8
| |
| * Potential use for modes without replsRavi R Kiran2015-09-171-1/+7
| |
| * Attach files more easily in muRavi R Kiran2015-09-171-0/+8
| |
| * Update to newest version of muRavi R Kiran2015-09-011-0/+0
| |
| * Please remove tooltips after a while, pleaseRavi R Kiran2015-09-011-0/+15
| |
| * ace-window gets confused when tooltips are presentRavi R Kiran2015-09-011-0/+5
| |
| * Sometimes the dispatch list does come in handyRavi R Kiran2015-08-311-1/+8
| | | | | | | | How can we make it display the dispatch alist as help?
| * Pre-populate searchesRavi R Kiran2015-08-311-0/+3
| |
| * Succumb to muscle memory of control keysRavi R Kiran2015-08-311-0/+10
| |
| * Remove ropemacs due to disuseRavi R Kiran2015-08-311-43/+0
| |
| * Do not let company-quickhelp steal a global keyRavi R Kiran2015-08-261-1/+5
| | | | | | | | On the home row too!
| * Manage word navigationRavi R Kiran2015-08-261-0/+18
| |
| * Use proper helm function to replace completing-readRavi R Kiran2015-07-301-1/+1
| |
| * Electric operators on python modeRavi R Kiran2015-07-301-0/+7
| | | | | | | | May eventually extend this to other modes.
| * Use which-key in preference to guide-keyRavi R Kiran2015-07-303-3/+12
| |
| * Navigate easierRavi R Kiran2015-07-301-0/+1
| |
| * Simplify config with magit 2.1.0Ravi R Kiran2015-07-301-98/+14
| | | | | | | | | | | | - no more hand-rolled git-svn - whitespace toggling is built in - skip auto-revert modes for now, will revisit later