| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move from toggles to repetitions | Ravi R Kiran | 2015-06-10 | 1 | -2/+8 |
| | | |||||
| * | Smarter whitespace compaction | Ravi R Kiran | 2015-06-10 | 1 | -0/+5 |
| | | |||||
| * | More keys for ace-jump | Ravi R Kiran | 2015-05-31 | 1 | -0/+1 |
| | | |||||
| * | Avoid ObjC since we use .m for octave/matlab | Ravi R Kiran | 2015-05-31 | 1 | -0/+10 |
| | | |||||
| * | More functionality with buffer-switching | Ravi R Kiran | 2015-05-26 | 1 | -4/+36 |
| | | |||||
| * | Easier bracket wrappers | Ravi R Kiran | 2015-05-26 | 1 | -0/+13 |
| | | |||||
| * | avy is more customizable than ace-jump | Ravi R Kiran | 2015-05-26 | 1 | -5/+10 |
| | | |||||
| * | No longer need highlight-symbol in emacs 24.4+ | Ravi R Kiran | 2015-05-26 | 1 | -0/+1 |
| | | |||||
| * | Another way to switch to stuff within a project | Ravi R Kiran | 2015-05-26 | 1 | -0/+4 |
| | | |||||
| * | Camel-case conversions | Ravi R Kiran | 2015-05-26 | 1 | -0/+12 |
| | | | | | The default keybinding is temporary. | ||||
| * | Simplify launcher map using bind-keys | Ravi R Kiran | 2015-05-26 | 1 | -17/+19 |
| | | |||||
| * | Grep is still useful even when ag is present | Ravi R Kiran | 2015-05-18 | 1 | -3/+3 |
| | | |||||
| * | Switch to yasnippet seamlessly | Ravi R Kiran | 2015-05-18 | 1 | -0/+5 |
| | | |||||
| * | Cleverer line positioning from emacsclient | Ravi R Kiran | 2015-05-16 | 1 | -0/+18 |
| | | |||||
| * | More versatile cut | Ravi R Kiran | 2015-05-16 | 1 | -0/+8 |
| | | |||||
| * | Enable helm-dash wherever possible | Ravi R Kiran | 2015-05-16 | 4 | -2/+26 |
| | | |||||
| * | Use normal keybinding setup for toggle/launcher map | Ravi R Kiran | 2015-05-16 | 2 | -22/+24 |
| | | |||||
| * | Add dash documentation browsing | Ravi R Kiran | 2015-05-14 | 1 | -0/+11 |
| | | |||||
| * | Get package from repositories | Ravi R Kiran | 2015-05-13 | 1 | -0/+1 |
| | | |||||
| * | Use swoop for PCRE | Ravi R Kiran | 2015-05-13 | 1 | -0/+12 |
| | | |||||
| * | Launcher/toggle map | Ravi R Kiran | 2015-05-13 | 1 | -1/+21 |
| | | |||||
| * | Bug in hydra.el is finally fixed | Ravi R Kiran | 2015-05-13 | 1 | -8/+9 |
| | | |||||
| * | Add map to operate on number | Ravi R Kiran | 2015-05-11 | 1 | -0/+59 |
| | | |||||
| * | Diminish anzu | Ravi R Kiran | 2015-05-11 | 1 | -0/+1 |
| | | |||||
| * | calc is used too often | Ravi R Kiran | 2015-05-08 | 1 | -0/+3 |
| | | |||||
| * | Nicer interface for isearch | Ravi R Kiran | 2015-05-08 | 1 | -0/+11 |
| | | |||||
| * | Easy buffer part erasure | Ravi R Kiran | 2015-05-08 | 2 | -0/+8 |
| | | |||||
| * | Show email addresses by default | Ravi R Kiran | 2015-05-08 | 1 | -0/+1 |
| | | |||||
| * | Set up org-reveal to match our defaults | Ravi R Kiran | 2015-04-13 | 1 | -1/+9 |
| | | |||||
| * | Diminish properly with use-package 2.0 | Ravi R Kiran | 2015-04-09 | 1 | -1/+1 |
| | | |||||
| * | Get ox-reveal from repository | Ravi R Kiran | 2015-04-09 | 1 | -5/+5 |
| | | |||||
| * | Make keybindings available early | Ravi R Kiran | 2015-04-09 | 1 | -1/+1 |
| | | |||||
| * | Interface to git grep | Ravi R Kiran | 2015-03-23 | 2 | -0/+9 |
| | | |||||
| * | More helm for use with helm | Ravi R Kiran | 2015-03-23 | 1 | -1/+5 |
| | | |||||
| * | Conform to vim-like navigation | Ravi R Kiran | 2015-03-23 | 1 | -2/+2 |
| | | |||||
| * | Swap keybindings for import-popwin and helm-swoop | Ravi R Kiran | 2015-03-23 | 2 | -2/+2 |
| | | | | | Helm-swoop is used much more frequently. | ||||
| * | Remove helm-descbinds since it misses too many keys | Ravi R Kiran | 2015-03-23 | 1 | -4/+0 |
| | | |||||
| * | Process search via helm | Ravi R Kiran | 2015-03-23 | 1 | -0/+7 |
| | | |||||
| * | Automatically determine mode for C/C++ header files | Ravi R Kiran | 2015-03-23 | 1 | -1/+8 |
| | | |||||
| * | Use jedi with company for completion | Ravi R Kiran | 2015-03-18 | 1 | -3/+8 |
| | | |||||
| * | We need easy access to find-files | Ravi R Kiran | 2015-03-18 | 2 | -2/+2 |
| | | |||||
| * | Smart newline does not work well with python indenting | Ravi R Kiran | 2015-03-17 | 1 | -1/+3 |
| | | | | | Diminish according to use-package 2.0 | ||||
| * | Move main emacs directory out of load path | Ravi R Kiran | 2015-03-17 | 19 | -0/+2989 |
| This follows the official emacs recommendation for lisp code inside emacs.d. | |||||
