Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-19 | magit-branch-backup-current: Allow arbitrary name | Kyle Meyer | |
2017-03-18 | magit-branch-and-checkout-from-current: Add default value | Kyle Meyer | |
Appending "-tmp" to the current branch name isn't a great default value, but it allows me to quickly pull it in with M-n and base the new branch name off of the current one, which I often do, especially for trying out a different approach on a topic branch. | |||
2017-03-06 | Add notmuch-archive-all command | Kyle Meyer | |
2017-03-06 | notmuch: Add custom avy-goto-subword-1 command | Kyle Meyer | |
2017-03-01 | notmuch: Add pipe-to-project commands | Kyle Meyer | |
2017-03-01 | mail: Log sync to file rather than buffer | Kyle Meyer | |
2017-03-01 | Use macro for custom avy-goto-subword-1 commands | Kyle Meyer | |
2017-03-01 | Transition to notmuch for main mail setup | Kyle Meyer | |
2017-02-25 | Add notmuch-show-open-github-patch command | Kyle Meyer | |
2017-02-25 | Pull out logic from gnus-open-github-patch | Kyle Meyer | |
2017-02-25 | gnus-open-github-patch: Don't error on failed search | Kyle Meyer | |
2017-02-18 | Use function list for mupdf compile refresh | Kyle Meyer | |
2017-02-14 | Extend km/magit-backup-branch to support multiple versions | Kyle Meyer | |
2017-02-08 | org-sort-heading-ignoring-articles: Ignore heading priority | Kyle Meyer | |
2017-02-02 | Use whitespace-mode as indicator for cleanup | Kyle Meyer | |
2017-01-26 | magit: Add a cherry dwim command | Kyle Meyer | |
2017-01-26 | magit: Add remote counts section to status buffer | Kyle Meyer | |
2017-01-26 | magit: Add a log dwim command | Kyle Meyer | |
2017-01-24 | Add gnus-copy-message-id-as-kill command | Kyle Meyer | |
2017-01-20 | Delete km/magit-stage-file-intent command | Kyle 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-19 | gnus-pipe-to-project: Handle directory in shell command | Kyle 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-16 | km-theme.el: Change mm-uu-extract face | Kyle Meyer | |
2017-01-16 | km-theme.el: Move match face up | Kyle Meyer | |
2016-12-12 | Bundle stekene-light theme | Kyle 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-12 | git-rebase-fixup-duplicates: Use marker | Kyle 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-11 | Remove km/magit-refs-filter-recent command | Kyle Meyer | |
I'm not sure why I preferred this to using --sort=-committerdate in the magit-show-refs-popup. | |||
2016-12-09 | Add magit-update-or-auto-commit command | Kyle Meyer | |
2016-12-09 | Color cursor to stand out more | Kyle Meyer | |
2016-12-01 | Remove find-file-as-root command | Kyle Meyer | |
helm-find-files has an action for this. | |||
2016-11-19 | helm: Add binding for dired command | Kyle Meyer | |
2016-11-19 | helm: Add below variants for buffers and files | Kyle Meyer | |
2016-11-17 | km-org.el: Add more autoloads | Kyle Meyer | |
2016-11-17 | Use separate file for Org agenda extensions | Kyle Meyer | |
2016-11-13 | Add elfeed-catchup command | Kyle Meyer | |
2016-11-13 | Add elfeed-default-filter command | Kyle Meyer | |
2016-11-13 | Add elfeed-set-tag command | Kyle Meyer | |
2016-11-10 | org-agenda-refile-dwim: Fix variable name in doc-string | Kyle Meyer | |
2016-11-10 | Move km/org-agenda-refile-targets to km-untracked.el | Kyle Meyer | |
2016-11-08 | Autoload km/org-goto | Kyle Meyer | |
2016-10-30 | agenda: Use fewer colors | Kyle Meyer | |
2016-10-30 | Set org-agenda-calendar-sexp | Kyle Meyer | |
2016-10-27 | Add change-font-height-global command | Kyle Meyer | |
2016-10-20 | org-open-file-at-point: Support \includegraphics | Kyle Meyer | |
"includegraphics" may not be part of the text returned by thing-at-point if includegraphics is passed options. | |||
2016-10-15 | Add km/elfeed-avy-goto-subword-1 command | Kyle Meyer | |
2016-10-15 | Add org-sort-all-level-headings command | Kyle Meyer | |
2016-10-14 | Replace projectile-kill-other-buffers with visible variant | Kyle Meyer | |
2016-09-24 | Add org-open-last-pdf command | Kyle Meyer | |
Mostly for binding to i3wm key. | |||
2016-09-23 | latex-imenu-create-index-function: Support short labels | Kyle Meyer | |
2016-09-23 | latex-imenu-create-index-function: Use rx | Kyle Meyer | |
2016-09-21 | Add org-agenda-refile-dwim command | Kyle Meyer | |