summaryrefslogtreecommitdiff
path: root/init.el
AgeCommit message (Collapse)Author
2023-01-03theme: Drop use of modus-themes-org-agendaKyle Meyer
This variable was marked as obsolete in 4.0.0.
2023-01-03theme: Use modus-themes-with-colorsKyle Meyer
modus-themes-color is deprecated in v4.0.0.
2023-01-03theme: Fix git-annex.el face overridesKyle Meyer
Use modus-themes-load-theme so that modus-themes-after-load-theme-hook is triggered, don't try to set face if it is not yet defined, and trigger modus-themes-after-load-theme-hook when git-annex.el loads.
2023-01-03Use named function for setting custom facesKyle Meyer
2022-11-26km/external-map: Add binding for vtermKyle Meyer
2022-11-26notmuch: Add list.orgmode to mlarchive alistKyle Meyer
2022-11-26org: Point org-directory to new locationKyle Meyer
2022-11-26org: Avoid hard-coding notes location in multiple placesKyle Meyer
Use org-directory instead.
2022-11-26org: Prune unused org-agenda-text-search-extra-files settingKyle Meyer
2022-11-26ledger-mode: Restore font lockKyle Meyer
Looks like Modus themes now cover this.
2022-11-26ledger-mode: Add account/payee insertion commandsKyle Meyer
I think this was to deal with fallout from updating to v4, but that was a while ago, and I didn't record details at the time. In any case, I use these commands regularly now.
2022-11-26init.el: Configure denoteKyle Meyer
2022-11-26Drop god-mode customizationKyle Meyer
I haven't used god-mode in a long time. Free up the binding for denote.
2022-11-26magit-log: Put km/magit-cherry-dwim under "Other" sectionKyle Meyer
It doesn't really belong in magit-log at all, but it definitely doesn't fit under the "Log" section.
2022-11-26magit-diff: Use default reader for custom --diff-filter suffixesKyle Meyer
This errors with Wrong type argument: keymapp, transient--history It probably should have been updated with the Transient switch. (I'm a bit surprised it took this long for me to notice because I feel like I use --diff-filter somewhat regularly, but perhaps that's from the command line.)
2022-11-26init.el: Update load-path for with-editorKyle Meyer
2022-07-20snakemake-mode: Drop snakemake-popup modificationKyle Meyer
I switched Snakemake mode v2.0.0 over to using transient. I'm not using Snakemake much anymore, so just drop the logic rather than updating it to do a similar remapping for the new transient.
2022-07-20browse-url: Use browse-url-handlersKyle Meyer
In Emacs 28, setting browse-url-browser-function to an alist was deprecated.
2022-07-20bookmark: Don't set fringe markKyle Meyer
New in Emacs 28.
2022-07-20init.el: Add compat to load pathKyle Meyer
This is a new Magit dependency.
2022-02-06Drop dates from copyright linesKyle Meyer
public-inbox has started to drop dates from its copyright lines, pointing to the recommendation at https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/ I regularly fail to keep copyright lines up to date, so I'll gladly follow suit.
2022-01-15modus: Don't set modus-themes-diffs to fg-onlyKyle Meyer
It's gone with modus-themes 2.0.0.
2022-01-15modus: Don't scale org-agenda headerKyle Meyer
2022-01-15modus: Set some git-annex-dired-* facesKyle Meyer
I should eventually look into submitting a patch upstream.
2022-01-15notmuch-search-oldest-first: Set with setq-defaultKyle Meyer
Needed as of Notmuch's 42d32713 (emacs: define a few variables as automatically buffer-local, 2021-01-15).
2021-06-12Drop narrow-indirect bindingsKyle Meyer
I haven't used these commands in a long time.
2021-06-12Avoid some now obsolete thingsKyle Meyer
2021-06-12init.el: Fix typo in library nameKyle Meyer
2021-06-12ess: Remove km/ess-insert-dplyr-pipe bindingKyle Meyer
I deleted this command in 5b772742 (km-ess: Drop km/ess-insert-dplyr-pipe, 2020-12-24).
2021-06-12notmuch: Set mail-user-agentKyle Meyer
See https://yhetil.org/notmuch/20210513232807.1727569-1-david@tethera.net
2021-06-12notmuch: Update for notmuch-tree-close-message-pane-and removalKyle Meyer
See adfded9e (emacs: avoid binding unnamed commands in keymaps, 2020-12-06).
2021-06-12Enable flyspell-prog-mode even if flyspell hasn't been loaded yetKyle Meyer
2021-06-12Use message mode for .eml filesKyle Meyer
2021-06-12browse-url: Send some urls to EWWKyle Meyer
2021-06-12browse-url: Simplify browser settingKyle Meyer
2021-06-12recentf: Don't activate modeKyle Meyer
It's just for the menu, which I don't use.
2021-06-12org: Update command nameKyle Meyer
2021-06-12org: Drop binding for deleted commandKyle Meyer
I removed this command in 2583d4f2 (agenda: Restructure notes directory, 2018-12-09).
2021-06-11org: Modify org-speed-commands instead of org-speed-commands-userKyle Meyer
See d48276b89 (Replace `org-speed-commands-user' by `org-speed-commands', 2021-05-03).
2021-06-11Enable org-idKyle Meyer
2021-06-11org: Require recentfKyle Meyer
Haven't investigated, but started getting error about void recentf-add-file.
2021-06-11org-agenda: Use other window and pop to existingKyle Meyer
2021-06-11org: Update for contrib/ moveKyle Meyer
2021-02-06Don't use executable-make-buffer-file-executable-if-script-pKyle Meyer
2021-01-29Return magit-wip-merge-branch to defaultKyle Meyer
2021-01-29Entirely disable vcKyle Meyer
2020-12-24yasnippet: Don't add guix profile pathKyle Meyer
This location isn't used as of Guix's 2e9b7a207d (gnu: emacs-yasnippet-snippets: Resolve void function error, 2020-12-03) and explicitly adjusting yas-snippet-dirs is no longer needed.
2020-12-24magit-no-confirm: Add set-and-pushKyle Meyer
This is new in Magit's 300ad559 (Optionally confirm setting and pushing to upstream or push-target, 2020-12-21).
2020-12-24Replace `after' with `with-eval-after-load'Kyle Meyer
2020-12-24Simplify autoloads generationKyle Meyer
Let package-generate-autoloads do the work.