summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-09-13Add python-shell-send-buffer-up-to-pointKyle Meyer
2014-09-12Add org-open-file-at-pointKyle Meyer
2014-09-12Update for Magit name changeKyle Meyer
Commit c1a79dc changed `magit-TOPIC-popup-defaults' to `magit-TOPIC-arguments'.
2014-09-12Add magit-checkout-masterKyle Meyer
2014-09-11Add recompile-current-compilationKyle Meyer
2014-09-11Give compile commands their own prefix mapKyle Meyer
2014-09-11Replace some error calls with user-error callsKyle Meyer
2014-09-10init-snakemake.el: Fix indentationKyle Meyer
2014-09-10Set magit-popup-use-prefix-argument to defaultKyle Meyer
2014-09-09Add projectile-copy-project-filename-as-killKyle Meyer
2014-09-09Use projectile-command-map, not projectile-mode-mapKyle Meyer
This avoids hard coding the prefix key.
2014-09-08init-dired.el: Fix indentationKyle Meyer
2014-09-07Set dired-recursive-{deletes,copies}Kyle Meyer
2014-09-07Give inferior-python-mode access to snippetsKyle Meyer
2014-09-06Add snakemake-compile-project-file-at-point bindingKyle Meyer
2014-09-06Enable {upcase,dowcase}-regionKyle Meyer
2014-09-06Add mpi4py import snippetKyle Meyer
2014-09-02Add magit-checkout-previous-branchKyle Meyer
2014-09-02Change Magit function docstringsKyle Meyer
Make the git line consistent with Magit.
2014-09-02Add magit-branch-and-checkout-from-currentKyle Meyer
Bind to 'c' in popup menu, and rebind magit-branch from 'c' to 'C'.
2014-09-02Reindent magit-define-pop-action callsKyle Meyer
2014-09-01Turn on view-mode after magit-find-fileKyle Meyer
2014-08-31Snippet for 'Examples' header of Python docstringKyle Meyer
2014-08-30Make prefix map for dired-copy-filename functionsKyle Meyer
2014-08-30Add km/dired-copy-relative-filename-as-killKyle Meyer
2014-08-30Break up km/dired-copy-project-filename-as-killKyle Meyer
Plan to use `km/dired-copy-filename-relative-to-directory' elsewhere.
2014-08-30Move dired-copy-project-filename-as-killKyle Meyer
This is more consistent with location of 'km/org-open-dired-marked-files'.
2014-08-29Fix ctl-x-4-map bindingKyle Meyer
I was unbinding "R" and then binding it again later because I didn't realize that it wasn't a default.
2014-08-29Add snippet for h5py importKyle Meyer
2014-08-28Add file-map prefix commandKyle 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-28Use prefix in name of all custom mapsKyle Meyer
2014-08-27Remove '--track' from magit-branch-popup-defaultsKyle Meyer
2014-08-24Autoload snakemake-compile-commandKyle Meyer
2014-08-24Add snakemake-compile-project-file-at-pointKyle Meyer
2014-08-24init-snakemake.el: Use snakemake-compile-commandKyle Meyer
This function was recently added to snakemake-mode.
2014-08-24Add project-filename-at-pointKyle Meyer
2014-08-19Add view-file-other-window to ctl-x-4-mapKyle Meyer
2014-08-19Add {forward,backward}-paragraph to view-mode-mapKyle Meyer
2014-08-19Add projectile-view-file-{,other-window} bindingsKyle Meyer
2014-08-19Add projectile view file functionsKyle Meyer
2014-08-19Switch projectile-vc commander bindingKyle Meyer
2014-08-19lisp/init-projectile.el: Reorder bindingsKyle Meyer
2014-08-14Add seaborn import snippetKyle Meyer
2014-08-14Add a few R import snippetsKyle Meyer
2014-08-13Switch scratch mode to OrgKyle Meyer
2014-08-06Add current file to org-refile-dwim targetsKyle Meyer
2014-08-05Add yas-parentsKyle Meyer
2014-08-02Advise org-refile with dwim targetKyle Meyer
2014-07-31Change ess-smart-S-assign-keyKyle Meyer
2014-07-30Install git timemachineKyle Meyer