| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move main emacs directory out of load path | Ravi R Kiran | 2015-03-17 | 1 | -350/+0 |
| | | | | | | This follows the official emacs recommendation for lisp code inside emacs.d. | ||||
| * | Upgrade to use-package 2.0 | Ravi R Kiran | 2015-03-17 | 1 | -4/+3 |
| | | | | | Fix changed semantics for init and for load-path | ||||
| * | Try to follow vim-like navigation | Ravi R Kiran | 2015-03-17 | 1 | -3/+3 |
| | | |||||
| * | Initialize expand region as soon as possible | Ravi R Kiran | 2015-02-02 | 1 | -1/+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 unexpectedly | Ravi R Kiran | 2015-02-02 | 1 | -0/+1 |
| | | |||||
| * | More efficient isearch/ace-jump/swoop | Ravi R Kiran | 2015-01-08 | 1 | -0/+6 |
| | | |||||
| * | Disable god-mode since I never use it | Ravi R Kiran | 2014-12-14 | 1 | -0/+1 |
| | | |||||
| * | Configure ag to be more grep-like | Ravi R Kiran | 2014-11-20 | 1 | -0/+2 |
| | | |||||
| * | Use ag for faster search if we can | Ravi R Kiran | 2014-11-10 | 1 | -2/+13 |
| | | |||||
| * | More isearch goodies from EmacsWiki | Ravi R Kiran | 2014-07-05 | 1 | -0/+40 |
| | | |||||
| * | Raise region-bindings-mode to higher priority than smartparens | Ravi R Kiran | 2014-06-28 | 1 | -0/+2 |
| | | |||||
| * | Add ace-jump-line-mode with keybinding | Ravi R Kiran | 2014-06-27 | 1 | -1/+2 |
| | | |||||
| * | Overlay map for modal highlight-symbol | Ravi R Kiran | 2014-03-10 | 1 | -1/+16 |
| | | |||||
| * | More keybindings for search-based navigation | Ravi R Kiran | 2014-03-03 | 1 | -0/+10 |
| | | |||||
| * | Use default versions first before enhanced versions | Ravi R Kiran | 2014-03-02 | 1 | -8/+6 |
| | | |||||
| * | Even more character-based navigation | Ravi R Kiran | 2014-02-12 | 1 | -0/+5 |
| | | |||||
| * | Indirect regions | Ravi R Kiran | 2014-02-03 | 1 | -0/+7 |
| | | |||||
| * | Make bindings available from the beginning | Ravi R Kiran | 2014-02-03 | 1 | -2/+1 |
| | | |||||
| * | Fold regions | Ravi R Kiran | 2014-02-03 | 1 | -0/+8 |
| | | |||||
| * | Smarter beginning/end-of-line | Ravi R Kiran | 2014-02-03 | 1 | -0/+34 |
| | | |||||
| * | Visual regexp mode | Ravi R Kiran | 2014-01-24 | 1 | -0/+7 |
| | | |||||
| * | Use smartparens mode in lisp | Ravi R Kiran | 2014-01-06 | 1 | -1/+6 |
| | | |||||
| * | Treat current line as region if no region present | Ravi R Kiran | 2013-12-30 | 1 | -0/+13 |
| | | |||||
| * | Simplify keybinding as it is very useful | Ravi R Kiran | 2013-12-29 | 1 | -2/+2 |
| | | |||||
| * | Duplicate lines easily | Ravi R Kiran | 2013-12-29 | 1 | -0/+27 |
| | | |||||
| * | moccur-edit is not in MELPA | Ravi R Kiran | 2013-12-28 | 1 | -3/+1 |
| | | |||||
| * | Remove redundant code | Ravi R Kiran | 2013-12-28 | 1 | -2/+0 |
| | | |||||
| * | Macro bind-key does work | Ravi R Kiran | 2013-12-28 | 1 | -13/+11 |
| | | |||||
| * | Use a real named function instead of a lambda | Ravi R Kiran | 2013-12-28 | 1 | -8/+11 |
| | | |||||
| * | Single key commands | Ravi R Kiran | 2013-12-28 | 1 | -5/+40 |
| | | |||||
| * | Ensure that multiple cursors is enabled | Ravi R Kiran | 2013-12-28 | 1 | -0/+1 |
| | | |||||
| * | Show matching parens | Ravi R Kiran | 2013-12-02 | 1 | -0/+2 |
| | | |||||
| * | smartparens and color-moccur | Ravi R Kiran | 2013-12-02 | 1 | -0/+22 |
| | | | | | smartparens will require a lot more configuration | ||||
| * | Add webjump | Ravi R Kiran | 2013-12-02 | 1 | -0/+19 |
| | | |||||
| * | Add move-lines for moving regions and lines | Ravi R Kiran | 2013-12-02 | 1 | -2/+40 |
| | | | | | Add wgrep for writable grep buffers | ||||
| * | Navigation commands | Ravi R Kiran | 2013-12-02 | 1 | -0/+42 |
