summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-12-09Color cursor to stand out moreKyle Meyer
2016-12-06magit: Update for margin changesKyle Meyer
Magit bb8626d (Merge branch 'margin' [#2885], 2016-12-05)
2016-12-06Set magit-log-show-refname-after-summaryKyle Meyer
2016-12-06magit: Shorten number of commits in logKyle Meyer
2016-12-01Remove find-file-as-root commandKyle Meyer
helm-find-files has an action for this.
2016-11-30magit: Update for margin customization changesKyle Meyer
Magit's 186c3d6 (Make log margin more flexible and easier to configure, 2016-11-29)
2016-11-26git-rebase: Disable instructionsKyle Meyer
2016-11-21Add message-mode to helm-mode-no-completion-in-region-in-modesKyle Meyer
Avoid issue with org-contacts completions.
2016-11-19helm: Add binding for dired commandKyle Meyer
2016-11-19helm: Add below variants for buffers and filesKyle Meyer
2016-11-17km-org.el: Add more autoloadsKyle Meyer
2016-11-17Use separate file for Org agenda extensionsKyle Meyer
2016-11-17Load org-contacts and org-agenda after org-captureKyle Meyer
2016-11-16Add .tramp_history to dired-omit-filesKyle Meyer
2016-11-16Rewrite dired-omit-files with rxKyle Meyer
2016-11-13Add elfeed-catchup commandKyle Meyer
2016-11-13Add elfeed-default-filter commandKyle Meyer
2016-11-13Add elfeed-set-tag commandKyle Meyer
2016-11-10Set org-agenda-skip-scheduled-if-deadline-is-shownKyle Meyer
2016-11-10org-agenda-refile-dwim: Fix variable name in doc-stringKyle Meyer
2016-11-10Move km/org-agenda-refile-targets to km-untracked.elKyle Meyer
2016-11-08Update for magit-annex-all-action-arguments removalKyle Meyer
2016-11-08Autoload km/org-gotoKyle Meyer
2016-11-04snippets: Add priority TODOKyle Meyer
2016-11-01bog: Don't add to org-mode-hook until first useKyle Meyer