summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
2014-09-26Add external-map binding for ispell-bufferKyle Meyer
2014-09-26Use "C-c C-c" for poporg-edit-exitKyle Meyer
2014-09-23Bind recompile-current-compilation to key chordKyle Meyer
'e' isn't a great letter for this, but 'c', 'r', and 'g' are already bound to commonly used commands.
2014-09-23Remove sever-edit key chordKyle Meyer
I don't use this frequently enough for it to be bound to a key chord.
2014-09-22Always set --no-ff with magit-merge-editmsgKyle Meyer
2014-09-21Remove unused LaTeX setupKyle Meyer
2014-09-20Swap two projectile bindingsKyle Meyer
2014-09-20Add commander key for projectile-ibufferKyle Meyer
2014-09-19Change projectile-{recentf,dired} commander keysKyle 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-19Add scratch buffer functions to ctl-x-4-mapKyle Meyer
2014-09-18Add markdown scratch bufferKyle Meyer
2014-09-17Stop interactive-haskell from binding 'C-c c'Kyle Meyer
2014-09-17Add interactive-haskell-mode to haskell-mode-hookKyle Meyer
2014-09-16Unbind magit-add-change-log-entry-other-windowKyle Meyer
2014-09-16Fix km/org-open-file promptKyle Meyer
2014-09-14Include PDFs in km/org-open-file completionsKyle Meyer
2014-09-14Add interactive version of org-open-fileKyle Meyer
2014-09-14Add org-open-annex-fileKyle Meyer
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-06Add snakemake-compile-project-file-at-point bindingKyle Meyer
2014-09-06Enable {upcase,dowcase}-regionKyle 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-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-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