summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-01Transition to notmuch for main mail setupKyle Meyer
2017-02-25Add notmuch-show-open-github-patch commandKyle Meyer
2017-02-25Pull out logic from gnus-open-github-patchKyle Meyer
2017-02-25gnus-open-github-patch: Don't error on failed searchKyle Meyer
2017-02-22Increase recentf-max-saved-itemsKyle Meyer
2017-02-20agenda: Don't use tag inheritanceKyle Meyer
2017-02-20agenda: Inhibit startup in buffersKyle Meyer
2017-02-18Use function list for mupdf compile refreshKyle Meyer
2017-02-17Declare safe local value for whitespace-modeKyle Meyer
2017-02-14Extend km/magit-backup-branch to support multiple versionsKyle Meyer
2017-02-14Change magit-push-current-to-pushremote keyKyle Meyer
2017-02-08org-sort-heading-ignoring-articles: Ignore heading priorityKyle Meyer
2017-02-06elfeed-search-mode-map: Bind "e" to elfeed-search-show-entryKyle Meyer
2017-02-06snippets/sh-mode: Replace bash shebang with sh shebangKyle Meyer
2017-02-02Turn on whitespace-mode in message-modeKyle Meyer
2017-02-02Use whitespace-mode as indicator for cleanupKyle Meyer
2017-02-02Set wdired-allow-to-change-permissionsKyle Meyer
2017-02-01Advise magit-diff-while-committing to not select bufferKyle Meyer
2017-02-01magit: Don't show diff when committingKyle Meyer
2017-01-31Set delete-active-region to nilKyle Meyer
2017-01-28Comment out redundant load-pathsKyle Meyer
2017-01-27magit-wip: Delete some unused bindingsKyle Meyer
2017-01-27magit-wip: Don't turn on after-save-mode by defaultKyle Meyer
2017-01-26magit: Add a cherry dwim commandKyle Meyer
2017-01-26magit: Add remote counts section to status bufferKyle Meyer
2017-01-26magit: Add a log dwim commandKyle Meyer
2017-01-24Add gnus-copy-message-id-as-kill commandKyle Meyer
2017-01-21Bind helm-minibuffer-history to M-rKyle Meyer
2017-01-20magit: Add --diff-filter option to popupsKyle Meyer
2017-01-20Delete km/magit-stage-file-intent commandKyle Meyer
This is no longer useful because this functionality was added to Magit in 3584aaba (magit-stage: support --intent-to-add, 2016-05-04).
2017-01-19magit: Shorten hashes in locked revision buffersKyle Meyer
2017-01-19gnus-pipe-to-project: Handle directory in shell commandKyle Meyer
Let-binding default-directory shouldn't be expected to work because gnus-summary-pipe-output and gnus-summary-save-in-pipe do a good amount of buffer switching when setting up for the shell command. Append the directory change to the command instead.
2017-01-16Remove unneeded package.el setupKyle Meyer
2017-01-16km-theme.el: Change mm-uu-extract faceKyle Meyer
2017-01-16km-theme.el: Move match face upKyle Meyer
2017-01-16snippets: Add R commandArgs templateKyle Meyer
2017-01-16Add elfeed command to mail mapKyle Meyer
2017-01-16magit: Override sticky logs and diffsKyle Meyer
I've tried, but I can't get used to the sticky arguments. Unless I can see the log/diff buffer in the current frame, just kill it.
2017-01-16magit-wip: Swap local and global bindings for after-save-modeKyle Meyer
2017-01-16magit: Use '--sort=-committerdate' as default in refs bufferKyle Meyer
2017-01-16Go back to :use-prefix default for magit-patch-popupKyle Meyer
2017-01-16agenda: Use "w" for refilingKyle Meyer
I refile more the I change to the weekly view (which is my default view). Can still change view through dispatch ("d").
2017-01-16org-agenda: Move binding for custom commandKyle Meyer
2017-01-16Bind helm-mark-ring instead of helm-all-mark-ringsKyle Meyer
2017-01-16Bind org-agenda in org-agenda-mode-mapKyle Meyer
2017-01-16org: Consistently use "v" for captureKyle Meyer
Gnus and elfeed are already using "v", so I want to use "v" rather than "k" in the agenda. At which point, everything is "v", so I'll just switch the global binding to that as well.
2016-12-12Bundle stekene-light themeKyle Meyer
stekene-dark and stekene-light were removed from MELPA in 0765af97 (Drop unmaintained themes (#4369), 2016-10-30), and the corresponding GitHub repo no longer exists.
2016-12-12git-rebase-fixup-duplicates: Use markerKyle Meyer
If only an integer is used, the end value used for the search is no longer accurate because more characters are inserted for each line where "fixup" or "squash" is substituted for "pick". This discrepancy is unlikely to have an observable effect when git-rebase-show-instructions is non-nil because the end value includes many characters beyond the last commit line. But when git-rebase-show-instructions is nil, this can easily result in the last commit line not matching the regexp because the end value has shifted to the middle of the line.
2016-12-11Remove km/magit-refs-filter-recent commandKyle Meyer
I'm not sure why I preferred this to using --sort=-committerdate in the magit-show-refs-popup.
2016-12-09Add magit-update-or-auto-commit commandKyle Meyer