summaryrefslogtreecommitdiff
path: root/lisp
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-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-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-16km-theme.el: Change mm-uu-extract faceKyle Meyer
2017-01-16km-theme.el: Move match face upKyle Meyer
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-01Remove find-file-as-root commandKyle Meyer
helm-find-files has an action for this.
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-13Add elfeed-catchup commandKyle Meyer
2016-11-13Add elfeed-default-filter commandKyle Meyer
2016-11-13Add elfeed-set-tag commandKyle 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-08Autoload km/org-gotoKyle Meyer
2016-10-30agenda: Use fewer colorsKyle Meyer
2016-10-30Set org-agenda-calendar-sexpKyle Meyer
2016-10-27Add change-font-height-global commandKyle Meyer
2016-10-20org-open-file-at-point: Support \includegraphicsKyle Meyer
"includegraphics" may not be part of the text returned by thing-at-point if includegraphics is passed options.
2016-10-15Add km/elfeed-avy-goto-subword-1 commandKyle Meyer
2016-10-15Add org-sort-all-level-headings commandKyle Meyer
2016-10-14Replace projectile-kill-other-buffers with visible variantKyle Meyer
2016-09-24Add org-open-last-pdf commandKyle Meyer
Mostly for binding to i3wm key.
2016-09-23latex-imenu-create-index-function: Support short labelsKyle Meyer
2016-09-23latex-imenu-create-index-function: Use rxKyle Meyer
2016-09-21Add org-agenda-refile-dwim commandKyle Meyer
2016-09-19org-refile-list-item: Use outline pathKyle Meyer
2016-09-01org-goto-agenda-heading: Use outline pathKyle Meyer
2016-08-31Add magit-stash-edit-message commandKyle Meyer
2016-08-26compile: Ignore derived modesKyle Meyer
2016-08-25Add projectile-kill-other-buffers commandKyle Meyer
2016-08-24magit-log-select-guess-fixup-commit: Fix logicKyle Meyer
If point isn't reset at each message search, could miss more recent occurrence of message.
2016-08-13message-confirm-sender: Use y-or-n-pKyle Meyer
2016-07-30km/count-words-region: Add modes variableKyle Meyer
2016-07-09Add magit-log-modify-range commandKyle Meyer
2016-07-02count-words-region: Count hyphenated words as one wordKyle Meyer
2016-07-02Add km/count-words-region commandKyle Meyer
2016-06-30Add magit-cherry-toggle-upstream-section commandKyle Meyer
2016-06-29Add magit-status variantKyle Meyer
2016-06-25zsh-ansi-term: Don't assume ansi-term returns the bufferKyle Meyer
... because it no longer does.
2016-06-22magit-copy-commit-summary: protect format charactersKyle Meyer
2016-06-17Add magit-cherry-flip-revs commandKyle Meyer
2016-06-11snakemake-recompile-no-dryrun: Remove leading spaceKyle Meyer