summaryrefslogtreecommitdiff
path: root/init.el
AgeCommit message (Collapse)Author
2018-12-09Don't track org-agenda-custom-commandsKyle Meyer
2018-12-09Set org-agenda-tags-columnKyle Meyer
2018-12-09Avoid adding redundant remote-counts to magit-status-sections-hookKyle 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-09Add separate use-package section for magit-extrasKyle Meyer
magit-extras isn't loaded with magit.
2018-12-09Delete some infrequently used custom Magit commandsKyle 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-25Drop km/git-commit-turn-on-flyspellKyle 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-25smerge: Check that flycheck-mode is loaded before disablingKyle Meyer
2018-08-25Revert "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-17Add mode to override xref-find-definitions with helm-etags-selectKyle Meyer
2018-08-17projectile: Bind helm-etags-select in commander menuKyle Meyer
2018-08-17projectile: Replace projectile-find-tag with helm-etags-selectKyle Meyer
2018-08-17Restrict helm-etags-select to the current projectKyle Meyer
2018-08-17magit: Add custom magit-log-current variantKyle Meyer
2018-08-17Enable list-timersKyle Meyer
2018-08-04smerge: Disable flycheckKyle Meyer
2018-08-04Enable pyvenv-tracking-modeKyle Meyer
2018-08-04python: Set up flycheckKyle Meyer
2018-08-04org: Make some operations trigger saving buffersKyle Meyer
2018-08-04Activate flyspell-prog-mode in Python modeKyle Meyer
2018-08-04Disable org-insert-heading-respect-contentKyle Meyer
2018-08-04Add km/magit-log-occurrence commandKyle Meyer
2018-08-04Update for changed :after/:init behaviorKyle 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-04use-package: Always deferKyle Meyer
... rather than sprinking ":defer t" everywhere.
2018-08-03Overload org-agenda-goto-todayKyle Meyer
...to behave as beginning-of-buffer in non-agenda org-agenda-mode buffers.
2018-08-03Enable magit-wip-merge-branchKyle Meyer
2018-07-26Bind org-resolve-clocks and org-clock-in-lastKyle Meyer
2018-07-26Bind magit-file-popupKyle Meyer
2018-07-26Enable magit-edit-line-commit and magit-diff-edit-hunk-commitKyle Meyer
2018-06-14Add bindings for notmuch-{show,tree}-resume-messageKyle Meyer
2018-06-10Set notmuch-wash-wrap-lines-lengthKyle Meyer
2018-06-03server: Remove mail-specific instanceKyle Meyer
Since the gnus to notmuch switch for my main mail, I'm not sure I have much use for this.
2018-06-02Remove .dir-locals-2.el hackKyle Meyer
Emacs 26 has built-in support for this.
2018-05-12Set org-clock-out-switch-to-stateKyle Meyer
2018-05-12org: Replace STARTED keyword with WIPKyle Meyer
2018-05-12Mark strings as safe for org-archive-locationKyle Meyer
2018-05-12magit: Don't confirm edits to published commitsKyle Meyer
See Magit's dd66f3ad and a7da211d.
2018-04-28org: Add clock bindings to global mapKyle Meyer
2018-02-04Set winner-dont-bind-my-keys to tKyle Meyer
2018-02-04Add flyspell-prog-mode to prog-mode-hookKyle Meyer
2018-01-20Fix dir-locals-2 adviceKyle 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-20Add support for a second dir-locals-fileKyle Meyer
Based on https://emacs.stackexchange.com/questions/4267/how-can-i-have-a-second-dir-locals
2018-01-20Don't use font lock in ledger modeKyle Meyer
2018-01-13Add notmuch variant for debbugs-gnu-select-reportKyle Meyer
2018-01-13Define notmuch-search variantKyle Meyer
2018-01-13Update copyright yearsKyle Meyer
2017-12-31Add ghub for latest MagitKyle Meyer
2017-12-31Update for magit-popup's moveKyle Meyer
2017-12-31magit: Modify message for refs/pull/ mergesKyle Meyer
2017-12-31org-agenda-custom-commands: Add inbox viewKyle Meyer
2017-12-31Create eval-mapKyle Meyer