Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-26 | Use "C-c C-c" for poporg-edit-exit | Kyle Meyer | |
2014-09-23 | Bind recompile-current-compilation to key chord | Kyle Meyer | |
'e' isn't a great letter for this, but 'c', 'r', and 'g' are already bound to commonly used commands. | |||
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-22 | Always set --no-ff with magit-merge-editmsg | Kyle Meyer | |
2014-09-21 | Remove unused LaTeX setup | Kyle Meyer | |
2014-09-20 | Swap two projectile bindings | Kyle Meyer | |
2014-09-20 | Add commander key for projectile-ibuffer | Kyle Meyer | |
2014-09-19 | Change projectile-{recentf,dired} commander keys | Kyle Meyer | |
Change `projectile-recentf' to 'r' to be more consistent with other maps (e.g., `ctl-x-4-map') and my key chords. | |||
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-17 | Stop interactive-haskell from binding 'C-c c' | Kyle Meyer | |
2014-09-17 | Add interactive-haskell-mode to haskell-mode-hook | Kyle Meyer | |
2014-09-16 | Unbind magit-add-change-log-entry-other-window | Kyle Meyer | |
2014-09-16 | Fix km/org-open-file prompt | Kyle Meyer | |
2014-09-14 | Include PDFs in km/org-open-file completions | Kyle Meyer | |
2014-09-14 | Add interactive version of org-open-file | Kyle Meyer | |
2014-09-14 | Add org-open-annex-file | Kyle Meyer | |
2014-09-13 | Add python-shell-send-buffer-up-to-point | Kyle Meyer | |
2014-09-12 | Add org-open-file-at-point | Kyle Meyer | |
2014-09-12 | Update for Magit name change | Kyle Meyer | |
Commit c1a79dc changed `magit-TOPIC-popup-defaults' to `magit-TOPIC-arguments'. | |||
2014-09-12 | Add magit-checkout-master | Kyle Meyer | |
2014-09-11 | Add recompile-current-compilation | Kyle Meyer | |
2014-09-11 | Give compile commands their own prefix map | Kyle Meyer | |
2014-09-11 | Replace some error calls with user-error calls | Kyle Meyer | |
2014-09-10 | init-snakemake.el: Fix indentation | Kyle Meyer | |
2014-09-10 | Set magit-popup-use-prefix-argument to default | Kyle Meyer | |
2014-09-09 | Add projectile-copy-project-filename-as-kill | Kyle Meyer | |
2014-09-09 | Use projectile-command-map, not projectile-mode-map | Kyle Meyer | |
This avoids hard coding the prefix key. | |||
2014-09-08 | init-dired.el: Fix indentation | Kyle Meyer | |
2014-09-07 | Set dired-recursive-{deletes,copies} | Kyle Meyer | |
2014-09-06 | Add snakemake-compile-project-file-at-point binding | Kyle Meyer | |
2014-09-06 | Enable {upcase,dowcase}-region | Kyle Meyer | |
2014-09-02 | Add magit-checkout-previous-branch | Kyle Meyer | |
2014-09-02 | Change Magit function docstrings | Kyle Meyer | |
Make the git line consistent with Magit. | |||
2014-09-02 | Add magit-branch-and-checkout-from-current | Kyle Meyer | |
Bind to 'c' in popup menu, and rebind magit-branch from 'c' to 'C'. | |||
2014-09-02 | Reindent magit-define-pop-action calls | Kyle Meyer | |
2014-09-01 | Turn on view-mode after magit-find-file | Kyle Meyer | |
2014-08-30 | Make prefix map for dired-copy-filename functions | Kyle Meyer | |
2014-08-30 | Add km/dired-copy-relative-filename-as-kill | Kyle Meyer | |
2014-08-30 | Break up km/dired-copy-project-filename-as-kill | Kyle Meyer | |
Plan to use `km/dired-copy-filename-relative-to-directory' elsewhere. | |||
2014-08-30 | Move dired-copy-project-filename-as-kill | Kyle Meyer | |
This is more consistent with location of 'km/org-open-dired-marked-files'. | |||
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-27 | Remove '--track' from magit-branch-popup-defaults | Kyle Meyer | |
2014-08-24 | Autoload snakemake-compile-command | Kyle Meyer | |
2014-08-24 | Add snakemake-compile-project-file-at-point | Kyle Meyer | |
2014-08-24 | init-snakemake.el: Use snakemake-compile-command | Kyle Meyer | |
This function was recently added to snakemake-mode. | |||
2014-08-24 | Add project-filename-at-point | Kyle Meyer | |
2014-08-19 | Add view-file-other-window to ctl-x-4-map | Kyle Meyer | |