Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-02-04 | Set winner-dont-bind-my-keys to t | Kyle Meyer | |
2018-02-04 | Add flyspell-prog-mode to prog-mode-hook | Kyle Meyer | |
2018-01-20 | Fix dir-locals-2 advice | Kyle Meyer | |
When I converted the original defadvice snippet [*] to an advice-add variant, I accidentally dropped the first function call, which results in .dir-locals.el not being read in. [*] https://emacs.stackexchange.com/questions/4267/how-can-i-have-a-second-dir-locals | |||
2018-01-20 | Add support for a second dir-locals-file | Kyle Meyer | |
Based on https://emacs.stackexchange.com/questions/4267/how-can-i-have-a-second-dir-locals | |||
2018-01-20 | Don't use font lock in ledger mode | Kyle Meyer | |
2018-01-13 | Add notmuch variant for debbugs-gnu-select-report | Kyle Meyer | |
2018-01-13 | Define notmuch-search variant | Kyle Meyer | |
2018-01-13 | Update copyright years | Kyle Meyer | |
2017-12-31 | Add ghub for latest Magit | Kyle Meyer | |
2017-12-31 | Update for magit-popup's move | Kyle Meyer | |
2017-12-31 | magit: Modify message for refs/pull/ merges | Kyle Meyer | |
2017-12-31 | org-agenda-custom-commands: Add inbox view | Kyle Meyer | |
2017-12-31 | Create eval-map | Kyle Meyer | |
2017-12-31 | Update some variable values for Debian switch | Kyle Meyer | |
2017-11-17 | Remove org-structure-template-alist customization | Kyle Meyer | |
This will fail as of Org's c04e357f3 (Replace easy templates with org-insert-structure-template, 2017-11-05). I don't think I was using this much anymore, and, if I do end up missing this functionality, yasnippet is probably a better solution. | |||
2017-11-17 | Remove magit-diff-while-committing-no-select advice | Kyle Meyer | |
This is redundant as of Magit's 0fefe671 (magit-diff-while-committing: stay in message buffer, 2017-11-04). | |||
2017-11-17 | notmuch: Don't indent messages | Kyle Meyer | |
2017-11-02 | notmuch-hello-sections: Remove notmuch-hello-insert-saved-searches | Kyle Meyer | |
2017-10-28 | Add custom notmuch-show-stash-git-send-email variant | Kyle Meyer | |
2017-10-28 | Add missing prefix map | Kyle Meyer | |
This should have been added with 522a5960. | |||
2017-10-26 | magit-status-sections-hook: Update for new default | Kyle Meyer | |
As of Magit's ebbf00b7 (Always show recent commits in the status buffer, 2017-10-26), magit-insert-unpushed-to-upstream has been replaced by magit-insert-unpushed-to-upstream-or-recent. | |||
2017-10-26 | Don't use a custom value for magit-uniquify-buffer-names | Kyle Meyer | |
As of Magit's 7edecce4 (Append an asterisk to buffer names when possible, 2017-10-09), the default value gives the same result when magit-uniquify-buffer-names is nil. | |||
2017-10-26 | Don't explicitly disable magit-revision-show-gravatars | Kyle Meyer | |
As of Magit's a01490b6 (magit-revision-show-gravatars: don't by default, 2015-10-28), the default value is nil. | |||
2017-10-26 | Don't set non-existent magit-push-always-verify | Kyle Meyer | |
This was removed a long time ago in Magit's 9e4f84f6 (magit-push-always-verify: remove option, 2015-11-28). |