Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-23 | Add binding for make-frame | Kyle Meyer | |
2014-05-23 | Show newest messages first in notmuch searches | Kyle Meyer | |
2014-05-23 | magit: Add action for log of all branches | Kyle Meyer | |
Remove '-all' flag from default log switches so that 'll' has the default behavior (log of current branch). Now 'la' shows the log for all branches (instead of 'l-A' or 'l A'). | |||
2014-05-20 | km/follow-last-message-link: Add prefix argument | Kyle Meyer | |
2014-05-19 | Move ace-link-org binding to init-ace.el | Kyle Meyer | |
2014-05-13 | km/org-open-dired-file: Handle marked files | Kyle Meyer | |
2014-05-12 | Install and setup ace-window | Kyle Meyer | |
2014-05-12 | Bind imenu globally | Kyle Meyer | |
2014-05-12 | Add imenu binding to view-mode | Kyle Meyer | |
2014-05-12 | Move ace settings to separate file | Kyle Meyer | |
2014-05-12 | Move view-mode settings to separate file | Kyle Meyer | |
2014-05-12 | Rebind km/dired-switch-to-buffer | Kyle Meyer | |
2014-05-12 | Add km/browse-doi | Kyle Meyer | |
2014-05-11 | Automatically enter view-mode for read-only files | Kyle Meyer | |
2014-05-11 | Use cache for Org refiling | Kyle Meyer | |
2014-05-11 | Add km/org-sort-heading-ignoring-articles | Kyle Meyer | |
2014-05-10 | projectile: Use ';r' key-chord for recentf | Kyle Meyer | |
I use `projectile-recentf' more frequently than `projectile-replace'. Also, this mirrors the key-chord for `km/recentf-ido-find-file'. | |||
2014-05-10 | Don't set font | Kyle Meyer | |
I'm moving this to my .Xresources file. | |||
2014-05-08 | Space bindings for Magit switches and options | Kyle Meyer | |
https://github.com/magit/magit/pull/788/files | |||
2014-05-08 | Update km/sync-mail-cmd | Kyle Meyer | |
2014-05-07 | Fix typo in dired comment | Kyle Meyer | |
2014-05-07 | Clean up init-smex.el | Kyle Meyer | |
2014-05-05 | Remove unnecessary let* | Kyle Meyer | |
2014-05-04 | Define km/recentf-ido-find-file-other-window | Kyle Meyer | |
2014-05-04 | Cosmetic changes to km/recentf-ido-find-file | Kyle Meyer | |
2014-05-04 | Make maxlevel optional in org-set-refiling-buffer | Kyle Meyer | |
2014-05-04 | Restrict org-refile-targets to current file | Kyle Meyer | |
I don't typically refile headings from a non-agenda file to a target in an agenda file, so setting this for all Org files isn't too useful. Instead, `org-refile-targets' now set in a .dir-locals.el for the agenda files to allow refiling between different agenda files. | |||
2014-05-04 | Don't use a directory name for org-agenda-files | Kyle Meyer | |
This gives a list of files that can be used for `org-refile-targets'. | |||
2014-05-04 | Move Org safe-local-variable-values from custom.el | Kyle Meyer | |
2014-05-04 | Move default Org notes file | Kyle Meyer | |
2014-05-03 | Don't put autosave or backup files in /tmp | Kyle Meyer | |
2014-05-02 | Set uniquify-buffer-name-style | Kyle Meyer | |
2014-05-02 | Add Bog commander binding | Kyle Meyer | |
2014-04-29 | Define prefix key for global Org keys | Kyle Meyer | |
2014-04-29 | Move some hook bindings to mode maps | Kyle Meyer | |
2014-04-29 | Change method for defining gnus bindings | Kyle Meyer | |
2014-04-27 | Restore misc capture templates | Kyle Meyer | |
These were deleted in d2ed8d9 (along with the backburner templates), but it's useful to have these for non-TODO items because, unlike the backburner items, these don't fit well with refiling from tasks.org. | |||
2014-04-25 | Make org-open-file available in dired | Kyle Meyer | |
2014-04-23 | Switch yas trigger key and use globally | Kyle Meyer | |
At some point, I was having issues with yas and Org mode conflicts, so I only enabled yas in LaTeX and programming mode buffers. I'm enabling it globally again and moving the expand trigger to a key chord. | |||
2014-04-23 | Disable flymake in stan-mode | Kyle Meyer | |
2014-04-23 | Add switch-to-buffer functions for dired | Kyle Meyer | |
2014-04-23 | Function to switch to Org buffer in other window | Kyle Meyer | |
2014-04-20 | Autoload magit-blame-mode | Kyle Meyer | |
No longer automatic because I moved from MELPA version (708898b). | |||
2014-04-19 | Add command: km/display-compilation-other-window | Kyle Meyer | |
2014-04-19 | Rename km/create-python-test-file | Kyle Meyer | |
2014-04-19 | Fix km/create-python-test-file | Kyle Meyer | |
6cbfae7 broke this function when the test file doesn't exist. I'm not sure why I used `with-current-buffer' in the first place, considering the desired action is to switch to the file in another window. | |||
2014-04-17 | Limit ace-jump scope to current frame | Kyle Meyer | |
If this is set to global, frames in other desktops (even invisible ones) are used to generate the jump choices. | |||
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-04-17 | Change message citation line | Kyle Meyer | |