summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-07-26Bind magit-file-popupKyle Meyer
2018-07-26Enable magit-edit-line-commit and magit-diff-edit-hunk-commitKyle Meyer
2018-07-07theme: Change org-agenda-clocking faceKyle Meyer
2018-07-01Update hyrdra-smerge for renamed commandsKyle Meyer
The previous names are obsolete as of Emacs 26.1.
2018-06-14.gitignore: Update for 181e464Kyle Meyer
2018-06-14Add bindings for notmuch-{show,tree}-resume-messageKyle Meyer
2018-06-10Set notmuch-wash-wrap-lines-lengthKyle Meyer
2018-06-08magit: Use oref instead of magit-section accessor functionsKyle Meyer
These have been obsolete for a while and are removed in Magit's master branch.
2018-06-08magit: Use magit-unstaged-files, not magit-modified-filesKyle Meyer
The latter has been obsolete for a while and is removed in Magit's master branch.
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-14notmuch-visit-github-url: Copy URL when given a prefix argumentKyle Meyer
2018-05-12snippets: pdb-set-trace: Use ipdbKyle Meyer
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-28mail: Add notmuch-visit-github-url commandKyle Meyer
2018-04-28km/magit-log-dwim: Handle merges in revision buffersKyle Meyer
2018-04-28km/magit-open-github-pr: New commandKyle Meyer
2018-04-28org: Add clock bindings to global mapKyle Meyer
2018-04-28projectile: Add command to copy Python module nameKyle Meyer
2018-04-28Add key for transport-next-link to hydra-org-link-editKyle Meyer
2018-04-28snippets: Fix sh shebangKyle Meyer
2018-04-01snippets: python: Add class snippetKyle Meyer
2018-04-01km-magit: Add command for copying GitHub linkKyle Meyer
2018-04-01km-magit: Move copy functions to their own sectionKyle Meyer
2018-03-20km/magit-pin-file: Detect indirect buffersKyle 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-20km-magit: Revise docstringsKyle Meyer
2018-01-13debbugs-notmuch-select-report: Use notmuch-treeKyle Meyer
2018-01-13Add notmuch variant for debbugs-gnu-select-reportKyle Meyer
2018-01-13Define notmuch-search variantKyle Meyer
2018-01-13theme: Darken foreground of diff-contextKyle Meyer
2018-01-13Update copyright yearsKyle Meyer
2017-12-31Add ghub for latest MagitKyle Meyer