Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-12-09 | mail: Loosen github url regexp | Kyle Meyer | |
... so that it also matches the text in the "push" emails. | |||
2018-12-09 | mail: Generalize "visit URL" command | Kyle Meyer | |
2018-12-09 | Update Magit dependencies | Kyle Meyer | |
2018-12-09 | km-magit: Don't use obsolete magit-section-when | Kyle Meyer | |
2018-12-09 | km/magit-refs-toggle-tags: Don't implement with add-hook's LOCAL | Kyle Meyer | |
Magit will warn about an inappropriate value when the hook has a non-function value. Instead, use the same approach used by km/magit-cherry-toggle-upstream-section. | |||
2018-12-09 | km/magit-log-dwim: Consider active region | Kyle Meyer | |
2018-12-09 | git-commit-setup-hook: Add git-commit-turn-on-flyspell | Kyle Meyer | |
I should have done this in d83dd13 (Drop km/git-commit-turn-on-flyspell, 2018-08-25). | |||
2018-12-09 | Don't track org-agenda-custom-commands | Kyle Meyer | |
2018-12-09 | Set org-agenda-tags-column | Kyle Meyer | |
2018-12-09 | Avoid adding redundant remote-counts to magit-status-sections-hook | Kyle Meyer | |
In some scenarios, I've managed to get two km/magit-insert-remote-counts in magit-status-sections-hook. I don't see why that would be because I think :config should only run once. | |||
2018-12-09 | Add separate use-package section for magit-extras | Kyle Meyer | |
magit-extras isn't loaded with magit. | |||
2018-12-09 | Delete some infrequently used custom Magit commands | Kyle Meyer | |
I used many of these heavily at some point, but due to some combination of changes in my preferences/workflows and changes in Magit, I rarely use any of these now. | |||
2018-08-31 | Tighten km/project-filename-at-point check | Kyle Meyer | |
(thing-at-point 'filename) will return all sorts of text as filenames. | |||
2018-08-25 | Drop km/git-commit-turn-on-flyspell | Kyle Meyer | |
That predated Magit's 24c96608 (git-commit-turn-on-flyspell: avoid unnecessary work, 2017-12-03) and shouldn't be necessary now. | |||
2018-08-25 | smerge: Check that flycheck-mode is loaded before disabling | Kyle Meyer | |
2018-08-25 | Revert "Set notmuch-wash-wrap-lines-length" | Kyle Meyer | |
This reverts commit 2fce8e5e85f754b12f5b72273541c2aeb4eb5bdd. I'm getting annoyed with patch lines being wrapped. Now I'll be annoyed with other emails that don't fill their text, but that's easier to deal with because I can just adjust my window size. | |||
2018-08-17 | snippets: Add some Org mode snippets | Kyle Meyer | |
2018-08-17 | Add mode to override xref-find-definitions with helm-etags-select | Kyle Meyer | |
2018-08-17 | projectile: Bind helm-etags-select in commander menu | Kyle Meyer | |
2018-08-17 | projectile: Replace projectile-find-tag with helm-etags-select | Kyle Meyer | |
2018-08-17 | Restrict helm-etags-select to the current project | Kyle Meyer | |
2018-08-17 | magit: Add custom magit-log-current variant | Kyle Meyer | |
2018-08-17 | Enable list-timers | Kyle Meyer | |
2018-08-04 | smerge: Disable flycheck | Kyle Meyer | |
2018-08-04 | Enable pyvenv-tracking-mode | Kyle Meyer | |
2018-08-04 | python: Set up flycheck | Kyle Meyer | |
2018-08-04 | org: Make some operations trigger saving buffers | Kyle Meyer | |
2018-08-04 | Activate flyspell-prog-mode in Python mode | Kyle Meyer | |
2018-08-04 | Disable org-insert-heading-respect-content | Kyle Meyer | |
2018-08-04 | Add km/magit-log-occurrence command | Kyle Meyer | |
2018-08-04 | Update for changed :after/:init behavior | Kyle Meyer | |
Following use-package's 418e90c (A great deal of internal reorganization and simplification, 2017-12-03), :init is evaluated *within* :after's eval-after-load. | |||
2018-08-04 | use-package: Always defer | Kyle Meyer | |
... rather than sprinking ":defer t" everywhere. | |||
2018-08-04 | Autoload km/magit-status | Kyle Meyer | |
2018-08-03 | Overload org-agenda-goto-today | Kyle Meyer | |
...to behave as beginning-of-buffer in non-agenda org-agenda-mode buffers. | |||
2018-08-03 | notmuch-show-pr-in-magit: Pass default log arguments | Kyle Meyer | |
2018-08-03 | Enable magit-wip-merge-branch | Kyle Meyer | |
2018-07-30 | Tweak and simplify km/magit-rev-ancestor-p | Kyle Meyer | |
Don't assume that the question of interest is usually whether the revision at point is the descendant. | |||
2018-07-26 | Bind org-resolve-clocks and org-clock-in-last | Kyle Meyer | |
2018-07-26 | Bind magit-file-popup | Kyle Meyer | |
2018-07-26 | Enable magit-edit-line-commit and magit-diff-edit-hunk-commit | Kyle Meyer | |
2018-07-07 | theme: Change org-agenda-clocking face | Kyle Meyer | |
2018-07-01 | Update hyrdra-smerge for renamed commands | Kyle Meyer | |
The previous names are obsolete as of Emacs 26.1. | |||
2018-06-14 | .gitignore: Update for 181e464 | Kyle Meyer | |
2018-06-14 | Add bindings for notmuch-{show,tree}-resume-message | Kyle Meyer | |
2018-06-10 | Set notmuch-wash-wrap-lines-length | Kyle Meyer | |
2018-06-08 | magit: Use oref instead of magit-section accessor functions | Kyle Meyer | |
These have been obsolete for a while and are removed in Magit's master branch. | |||
2018-06-08 | magit: Use magit-unstaged-files, not magit-modified-files | Kyle Meyer | |
The latter has been obsolete for a while and is removed in Magit's master branch. | |||
2018-06-03 | server: Remove mail-specific instance | Kyle Meyer | |
Since the gnus to notmuch switch for my main mail, I'm not sure I have much use for this. | |||
2018-06-02 | Remove .dir-locals-2.el hack | Kyle Meyer | |
Emacs 26 has built-in support for this. | |||
2018-05-14 | notmuch-visit-github-url: Copy URL when given a prefix argument | Kyle Meyer | |