Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-02-17 | Declare safe local value for whitespace-mode | Kyle Meyer | |
2017-02-14 | Extend km/magit-backup-branch to support multiple versions | Kyle Meyer | |
2017-02-14 | Change magit-push-current-to-pushremote key | Kyle Meyer | |
2017-02-08 | org-sort-heading-ignoring-articles: Ignore heading priority | Kyle Meyer | |
2017-02-06 | elfeed-search-mode-map: Bind "e" to elfeed-search-show-entry | Kyle Meyer | |
2017-02-06 | snippets/sh-mode: Replace bash shebang with sh shebang | Kyle Meyer | |
2017-02-02 | Turn on whitespace-mode in message-mode | Kyle Meyer | |
2017-02-02 | Use whitespace-mode as indicator for cleanup | Kyle Meyer | |
2017-02-02 | Set wdired-allow-to-change-permissions | Kyle Meyer | |
2017-02-01 | Advise magit-diff-while-committing to not select buffer | Kyle Meyer | |
2017-02-01 | magit: Don't show diff when committing | Kyle Meyer | |
2017-01-31 | Set delete-active-region to nil | Kyle Meyer | |
2017-01-28 | Comment out redundant load-paths | Kyle Meyer | |
2017-01-27 | magit-wip: Delete some unused bindings | Kyle Meyer | |
2017-01-27 | magit-wip: Don't turn on after-save-mode by default | 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-21 | Bind helm-minibuffer-history to M-r | Kyle Meyer | |
2017-01-20 | magit: Add --diff-filter option to popups | 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 | magit: Shorten hashes in locked revision buffers | Kyle Meyer | |
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 | Remove unneeded package.el setup | Kyle Meyer | |
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 | |
2017-01-16 | snippets: Add R commandArgs template | Kyle Meyer | |
2017-01-16 | Add elfeed command to mail map | Kyle Meyer | |
2017-01-16 | magit: Override sticky logs and diffs | Kyle 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-16 | magit-wip: Swap local and global bindings for after-save-mode | Kyle Meyer | |
2017-01-16 | magit: Use '--sort=-committerdate' as default in refs buffer | Kyle Meyer | |
2017-01-16 | Go back to :use-prefix default for magit-patch-popup | Kyle Meyer | |
2017-01-16 | agenda: Use "w" for refiling | Kyle 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-16 | org-agenda: Move binding for custom command | Kyle Meyer | |
2017-01-16 | Bind helm-mark-ring instead of helm-all-mark-rings | Kyle Meyer | |
2017-01-16 | Bind org-agenda in org-agenda-mode-map | Kyle Meyer | |
2017-01-16 | org: Consistently use "v" for capture | Kyle 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-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-06 | magit: Update for margin changes | Kyle Meyer | |
Magit bb8626d (Merge branch 'margin' [#2885], 2016-12-05) | |||
2016-12-06 | Set magit-log-show-refname-after-summary | Kyle Meyer | |
2016-12-06 | magit: Shorten number of commits in log | Kyle Meyer | |
2016-12-01 | Remove find-file-as-root command | Kyle Meyer | |
helm-find-files has an action for this. | |||
2016-11-30 | magit: Update for margin customization changes | Kyle Meyer | |
Magit's 186c3d6 (Make log margin more flexible and easier to configure, 2016-11-29) | |||
2016-11-26 | git-rebase: Disable instructions | Kyle Meyer | |
2016-11-21 | Add message-mode to helm-mode-no-completion-in-region-in-modes | Kyle Meyer | |
Avoid issue with org-contacts completions. |