summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-08-31Add Magit avy-goto-subword-1 variantKyle Meyer
2015-08-31git-map: Add magit-copy-commit-summary bindingKyle Meyer
2015-08-31Rename magit-copy-commit-citation commandKyle Meyer
... to match gitk copysummary command: http://thread.gmane.org/gmane.comp.version-control.git/274161/
2015-08-31Make magit-copy-commit-citation useful outside hookKyle Meyer
2015-08-29Rework org-structure-template-alistKyle Meyer
* Don't manually make lower case variants. * Add name template. * Remove Muse-like tags.
2015-08-27Add snakemake-compile-project-file binding to DiredKyle Meyer
2015-08-27Don't use doc-view-mode for PDFsKyle Meyer
In Emacs 25, mailcap-mime-data is consulted when opening PDFs, and mailcap-viewer-lessp prefers doc-view-mode over PDF specified in mailcap file because doc-view-mode is a symbol.
2015-08-26Ignore network-security.dataKyle Meyer
2015-08-26Remove org-babel-delete-all-resultsKyle Meyer
Command org-babel-remove-result-one-or-many can already do this.
2015-08-23Remove (most of) magit background highlightingKyle Meyer
2015-08-23magit-reset-file: Add revision buffer as defaultKyle Meyer
2015-08-21Remove km/avy-goto-subword-1Kyle Meyer
This is fixed upstream as of a6cfeda ("avy.el (avy-goto-subword-0): Don't offer invisible chars", 2015-08-21).
2015-08-20gnus: Don't bind 'GG' to notmuch-searchKyle Meyer
2015-08-20gnus: Remove select/bury commandsKyle Meyer
Haven't been using since moved to using a separate Emacs instance for mail.
2015-08-20magit-stash-popup: Add lowercase key for magit-snapshotKyle Meyer
2015-08-19Appease package.elKyle Meyer
2015-08-19Set Info-quoted to inherit defaultKyle Meyer
In Emacs 25, it is courier.
2015-08-19Make mail instance mode line label more distinctKyle Meyer
2015-08-17Ignore test config directoryKyle Meyer
2015-08-17Install easy-killKyle Meyer
2015-08-16yas: Adjust for comment-start spacingKyle Meyer
2015-08-16Add TODO snippet for text-modeKyle Meyer
There is a built-in prog-mode snippet, but this isn't available in text-derived modes.
2015-08-16projectile: Add snakemake project typeKyle Meyer
2015-08-14Add --date-order to magit-log-popupKyle Meyer
2015-08-14Add binding for unfill-paragraphKyle Meyer
2015-08-14Switch gnus-follow-last-message-link to single keyKyle Meyer
2015-08-14Move citation* variables to gnus-posting-stylesKyle Meyer
2015-08-12Don't use magit-annex autoloadsKyle Meyer
2015-08-12org-open-file-at-point: Recognize regionKyle Meyer
2015-08-12Unset git-commit-finish-query-functionsKyle Meyer
2015-08-12Set magit-no-confirmKyle Meyer
2015-08-12Change magit-revert-buffers from t to 'silent'Kyle Meyer
2015-08-11magit-show-commit-at-point: add hash checkKyle Meyer
Prompt unless hash is in the current project.
2015-08-11dired-jump-file-at-point: Use region if activeKyle Meyer
2015-08-11Unset git-commit-finish-query-functionsKyle Meyer
2015-08-10magit-log-popup: Add --first-parentKyle Meyer
2015-08-10magit-log-popup: Add key for magit-log-refresh-popupKyle Meyer
2015-08-09Revert "Remove km/avy-goto-subword-1"Kyle Meyer
This reverts commit 808e4c576e1b751570ea8436bc89b697ea2fa35a. I was mistaken about being mistaken. Calling avy-goto-subword-1 in Org with folded headings assigns candidates to hidden text.
2015-08-06Add helm binding to display fileKyle Meyer
2015-08-06magit-list-recent-refs: Limit to local by defaultKyle Meyer
2015-08-06hydra-smerge: Add quit keyKyle Meyer
2015-08-06magit-revfile-reset: Fix docstring typoKyle Meyer
2015-08-04Don't decorate section logsKyle Meyer
2015-08-02Add git prefix map under "." in Magit buffersKyle Meyer
2015-08-02Add magit-find-commit-file commandKyle Meyer
2015-08-02Add magit-find-recently-changed-file commandKyle Meyer
2015-08-02Remove -i flag from shell-command-switchKyle Meyer
I was using this to get aliases, but this was a bad idea because it can make internal commands that rely on this slow, especially if the repeatedly spawn processes (I noticed this with magit-patch-id). I will probably get annoyed soon by the lack of aliases with some commands (e.g., compile) and will let-bind these variables around those specific commands.
2015-08-01Bind helm-apropos to "C-h a"Kyle Meyer
2015-08-01Fix docstringKyle Meyer
2015-08-01Add private snippets directoryKyle Meyer