summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-12-09Add disable-autofill commandKyle Meyer
2018-12-09agenda: Restructure notes directoryKyle 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-09Set magit-remote-add-set-remote.pushDefault to nilKyle Meyer
2018-12-09magit: Disable recently added section indicatorsKyle Meyer
2018-12-09Specify magit-branch-adjust-remote-upstream-alistKyle Meyer
2018-12-09km/magit-show-commit-at-point: Tighten hash regexpKyle Meyer
The main motivation is to make this work with hexshas surrounded by `.
2018-12-09Load orgit by defaultKyle Meyer
2018-12-09km/magit-branch-backup-current: Tweak prefix meaningKyle Meyer
2018-12-09km/magit-branch-backup-current: Quote branch name within regexpKyle Meyer
2018-12-09Update advice for magit-merge renameKyle Meyer
2018-12-09km/cleanup-buffer: Make sure whitespace-mode is boundKyle Meyer
2018-12-09notmuch-show-mode-map: Bind km/notmuch-visit-urlKyle Meyer
2018-12-09mail: Loosen github url regexpKyle Meyer
... so that it also matches the text in the "push" emails.
2018-12-09mail: Generalize "visit URL" commandKyle Meyer
2018-12-09Update Magit dependenciesKyle Meyer
2018-12-09km-magit: Don't use obsolete magit-section-whenKyle Meyer
2018-12-09km/magit-refs-toggle-tags: Don't implement with add-hook's LOCALKyle 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-09km/magit-log-dwim: Consider active regionKyle Meyer
2018-12-09git-commit-setup-hook: Add git-commit-turn-on-flyspellKyle Meyer
I should have done this in d83dd13 (Drop km/git-commit-turn-on-flyspell, 2018-08-25).
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-31Tighten km/project-filename-at-point checkKyle Meyer
(thing-at-point 'filename) will return all sorts of text as filenames.
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-17snippets: Add some Org mode snippetsKyle Meyer
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-04Autoload km/magit-statusKyle Meyer
2018-08-03Overload org-agenda-goto-todayKyle Meyer
...to behave as beginning-of-buffer in non-agenda org-agenda-mode buffers.
2018-08-03notmuch-show-pr-in-magit: Pass default log argumentsKyle Meyer
2018-08-03Enable magit-wip-merge-branchKyle Meyer
2018-07-30Tweak and simplify km/magit-rev-ancestor-pKyle Meyer
Don't assume that the question of interest is usually whether the revision at point is the descendant.
2018-07-26Bind org-resolve-clocks and org-clock-in-lastKyle Meyer