Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-27 | Rename recentf find-file functions | Kyle Meyer | |
2014-09-27 | Move recentf find-file functions | Kyle Meyer | |
2014-09-23 | Remove sever-edit key chord | Kyle Meyer | |
I don't use this frequently enough for it to be bound to a key chord. | |||
2014-09-19 | Add scratch buffer functions to ctl-x-4-map | Kyle Meyer | |
2014-09-18 | Add markdown scratch buffer | Kyle Meyer | |
2014-09-11 | Replace some error calls with user-error calls | Kyle Meyer | |
2014-08-29 | Fix ctl-x-4-map binding | Kyle Meyer | |
I was unbinding "R" and then binding it again later because I didn't realize that it wasn't a default. | |||
2014-08-28 | Add file-map prefix command | Kyle Meyer | |
This prefix will be used for find-file functions that don't already have a shorter keybinding. This commit adds two functions to the map, `view-file' and `magit-find-file', which both have an other-window analog in `ctl-x-4-map'. View mode can be accessed using ',v' right after finding a file, so the `view-file' binding might not be too useful. `magit-find-file' was in my magit-specific map, but it makes sense to have it here because it's useful in buffers outside the magit status buffer. | |||
2014-08-28 | Use prefix in name of all custom maps | Kyle Meyer | |
2014-08-19 | Add view-file-other-window to ctl-x-4-map | Kyle Meyer | |
2014-07-26 | Set require-final-newline | Kyle Meyer | |
2014-06-19 | Add shell scratch buffer | Kyle Meyer | |
2014-06-18 | Define scratch functions for different modes | Kyle Meyer | |
2014-05-02 | Set uniquify-buffer-name-style | Kyle Meyer | |
2014-04-17 | Disable ibuffer-auto-mode | Kyle Meyer | |
2014-04-17 | Remove saved ibuffer groups | Kyle Meyer | |
I don't think this has too much advantage over filtering and sorting on the fly, and it is a hassle to keep up-to-date. | |||
2014-03-21 | Relocate recent files settings | Kyle Meyer | |
2014-01-26 | Add function to delete current buffer's file | Kyle Meyer | |
Taken from https://github.com/purcell/emacs.d/blob/master/lisp/init-utils.el. | |||
2014-01-26 | Reorganize and use require-package | Kyle Meyer | |
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el. |