Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
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-17 | Load org-contacts and org-agenda after org-capture | Kyle Meyer | |
2016-11-16 | Add .tramp_history to dired-omit-files | Kyle Meyer | |
2016-11-16 | Rewrite dired-omit-files with rx | 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 | Set org-agenda-skip-scheduled-if-deadline-is-shown | 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 | Update for magit-annex-all-action-arguments removal | Kyle Meyer | |
2016-11-08 | Autoload km/org-goto | Kyle Meyer | |
2016-11-04 | snippets: Add priority TODO | Kyle Meyer | |
2016-11-01 | bog: Don't add to org-mode-hook until first use | Kyle Meyer | |
2016-10-30 | agenda: Use fewer colors | Kyle Meyer | |
2016-10-30 | Set org-agenda-calendar-sexp | Kyle Meyer | |
2016-10-29 | agenda: Sort headings alphabetically within category | Kyle Meyer | |
2016-10-27 | Add change-font-height-global command | Kyle Meyer | |
2016-10-27 | Set vc-git-resolve-conflicts to nil | Kyle Meyer | |
2016-10-27 | Add writeroom-toggle-fullscreen command | Kyle Meyer | |
2016-10-25 | snippets (fname): Remove unnecessary insert call | Kyle Meyer | |
In addition to being unnecessary, this silences the following warning: Warning (yasnippet): ‘fname’ modified buffer in a backquote expression. To hide this warning, add (yasnippet backquote-change) to ‘warning-suppress-types’. | |||
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-18 | Regroup some dired-mode-map bindings | Kyle Meyer | |
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 | |