Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-09-19 | org-refile-list-item: Use outline path | Kyle Meyer | |
2016-09-01 | org-goto-agenda-heading: Use outline path | Kyle Meyer | |
2016-08-31 | Add magit-stash-edit-message command | Kyle Meyer | |
2016-08-26 | compile: Ignore derived modes | Kyle Meyer | |
2016-08-25 | Add projectile-kill-other-buffers command | Kyle Meyer | |
2016-08-24 | magit-log-select-guess-fixup-commit: Fix logic | Kyle Meyer | |
If point isn't reset at each message search, could miss more recent occurrence of message. | |||
2016-08-13 | message-confirm-sender: Use y-or-n-p | Kyle Meyer | |
2016-07-30 | km/count-words-region: Add modes variable | Kyle Meyer | |
2016-07-09 | Add magit-log-modify-range command | Kyle Meyer | |
2016-07-02 | count-words-region: Count hyphenated words as one word | Kyle Meyer | |
2016-07-02 | Add km/count-words-region command | Kyle Meyer | |
2016-06-30 | Add magit-cherry-toggle-upstream-section command | Kyle Meyer | |
2016-06-29 | Add magit-status variant | Kyle Meyer | |
2016-06-25 | zsh-ansi-term: Don't assume ansi-term returns the buffer | Kyle Meyer | |
... because it no longer does. | |||
2016-06-22 | magit-copy-commit-summary: protect format characters | Kyle Meyer | |
2016-06-17 | Add magit-cherry-flip-revs command | Kyle Meyer | |
2016-06-11 | snakemake-recompile-no-dryrun: Remove leading space | Kyle Meyer | |
2016-06-06 | compile: Add function to update mupdf | Kyle Meyer | |
2016-06-03 | Add snakemake-recompile-no-dryrun command | Kyle Meyer | |
2016-05-29 | Autoload projectile-kill-buffers | Kyle Meyer | |
2016-05-29 | Shorten narrow-to-comment-heading's docstring | Kyle Meyer | |
2016-05-18 | Rename km/magit-copy-hook to km/magit-copy-functions | Kyle Meyer | |
2016-05-15 | bibtex-sub-journal: Fix nil error | Kyle Meyer | |
2016-04-29 | latex-imenu-create-index-function: Ignore empty value | Kyle Meyer | |