summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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.
| * I type too slow and run into ace-jump unexpectedlyRavi R Kiran2015-02-021-0/+1
| |
| * Make helm-swoop and helm-descbinds work before helm is loadedRavi R Kiran2015-02-021-26/+26
| |
| * Emmet mode and smartparens in web-modeRavi R Kiran2015-01-261-1/+20
| |
| * Better unicode default fontRavi R Kiran2015-01-081-0/+3
| | | | | | | | Fedora package gdouros-symbola-fonts
| * Better case togglingRavi R Kiran2015-01-081-0/+50
| |
| * Even better automatic indentation on newlinesRavi R Kiran2015-01-081-2/+7
| |
| * More efficient isearch/ace-jump/swoopRavi R Kiran2015-01-081-0/+6
| |
| * Use helm interface for agRavi R Kiran2015-01-081-0/+3
| |
| * Try helm to see whether I like itRavi R Kiran2015-01-057-5/+122
| |
| * The cognitive load of ace-jump-buffer is too highRavi R Kiran2014-12-152-5/+5
| |
| * Initial support for web developmentRavi R Kiran2014-12-152-0/+83
| |
| * Diminish modeline clutter even moreRavi R Kiran2014-12-153-1/+6
| |
| * Don't need as much hand-holding nowRavi R Kiran2014-12-151-9/+4
| |
| * Make split window even more useful: switch to next bufferRavi R Kiran2014-12-151-8/+10
| |
| * Disable god-mode since I never use itRavi R Kiran2014-12-141-0/+1
| |
| * Almost always, I need to switch to newly split windowRavi R Kiran2014-12-141-0/+12
| |
| * Try to open maximized if possibleRavi R Kiran2014-12-141-0/+4
| |
| * Bye bye, smart-tab-mode relicRavi R Kiran2014-12-141-1/+2
| |
| * Remove annoying c cleanupsRavi R Kiran2014-12-141-2/+1
| |
| * Commenting fixesRavi R Kiran2014-11-272-2/+6
| | | | | | | | | | Use comment-dwim-2 and do not set comment-style globally in header insertion.
| * Try out ace-jump-bufferRavi R Kiran2014-11-202-1/+10
| |
| * Configure ag to be more grep-likeRavi R Kiran2014-11-201-0/+2
| |
| * Unfill from Sacha ChuaRavi R Kiran2014-11-121-0/+10
| |
| * Use ag for faster search if we canRavi R Kiran2014-11-101-2/+13
| |
| * More company-mode setup: c-headers and yasnippetRavi R Kiran2014-11-101-1/+27
| |
| * Hungry delete everywhereRavi R Kiran2014-11-101-0/+19
| | | | | | | | | | The commented out line is the preferred version once a newer version of the package is available from MELPA.
| * Easy fetching of values from dir-localsRavi R Kiran2014-11-101-0/+9
| |
| * Start replacement of auto-complete with company-modeRavi R Kiran2014-11-035-39/+19
| |
| * Do not keep old message buffers aroundRavi R Kiran2014-11-031-0/+1
| |
| * Simplify throwaway snippetsRavi R Kiran2014-11-021-0/+6
| |
| * Do not enable signatureRavi R Kiran2014-10-191-1/+2
| |