Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-15 | Update repo URL in file headers | Kyle Meyer | |
2018-12-09 | Don't track org-capture-templates | Kyle Meyer | |
2018-12-09 | org: Don't truncate subject when creating email link descriptions | Kyle Meyer | |
2018-12-09 | agenda: Restructure notes directory | Kyle Meyer | |
Set org-agenda-files to a file with a list of agenda files rather than setting org-agenda-files to a directory with symlinked org files. | |||
2018-12-09 | Set magit-remote-add-set-remote.pushDefault to nil | Kyle Meyer | |
2018-12-09 | magit: Disable recently added section indicators | Kyle Meyer | |
2018-12-09 | Specify magit-branch-adjust-remote-upstream-alist | Kyle Meyer | |
2018-12-09 | Load orgit by default | Kyle Meyer | |
2018-12-09 | Update advice for magit-merge rename | Kyle Meyer | |
2018-12-09 | km/cleanup-buffer: Make sure whitespace-mode is bound | Kyle Meyer | |
2018-12-09 | notmuch-show-mode-map: Bind km/notmuch-visit-url | Kyle Meyer | |
2018-12-09 | Update Magit dependencies | 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-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 | 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-03 | Overload org-agenda-goto-today | Kyle Meyer | |
...to behave as beginning-of-buffer in non-agenda org-agenda-mode buffers. | |||
2018-08-03 | Enable magit-wip-merge-branch | Kyle Meyer | |
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-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-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-12 | Set org-clock-out-switch-to-state | Kyle Meyer | |
2018-05-12 | org: Replace STARTED keyword with WIP | Kyle Meyer | |
2018-05-12 | Mark strings as safe for org-archive-location | Kyle Meyer | |
2018-05-12 | magit: Don't confirm edits to published commits | Kyle Meyer | |
See Magit's dd66f3ad and a7da211d. | |||
2018-04-28 | org: Add clock bindings to global map | Kyle Meyer | |