summaryrefslogtreecommitdiff
path: root/init.el
AgeCommit message (Collapse)Author
2024-01-22ledger: Don't highlight transaction under pointHEADmasterKyle Meyer
2024-01-22denote: Add custom command for inserting denote IDKyle Meyer
2024-01-22denote: Add custom command to find file at pointKyle Meyer
2024-01-22denote: Wire up denote-dired-mode-in-directoriesKyle Meyer
2024-01-22denote: Add binding for denote-dateKyle Meyer
2024-01-22denote: Drop date from directory valueKyle Meyer
Setting denote-directory to the subdirectory for the current year means things like denote-link-backlinks can't find files for previous years. Go with the flat organization for now. If I end up wanting the year subdirectories, it's not too much of a hassle to move these to subdirectories later. (I could also adjust denote-prompts so that I can always choose the dated subdirectory, but that's annoying to have to choose every time.)
2024-01-22Add command to open a file with Denote-style namingKyle Meyer
2024-01-22Use vertico for completionKyle Meyer
2024-01-22Set write-region-inhibit-fsync to non-nilKyle Meyer
See emacs bug#60474.
2024-01-22haskell: Replace obsolete turn-on-haskell-indentationKyle Meyer
2024-01-22bookmark: Replace obsolete bookmark-set-fringe-markKyle Meyer
2024-01-22yasnippet: Don't set obsolete yas-fallback-behaviorKyle Meyer
As of 0311fe2 (Use :filter instead of yas--fallback, 2017-01-08), this is obsolete. yas-expand now always behaves as it use to when yas-fallback-behavior was nil.
2024-01-22org: Update for org-fold-* renamesKyle Meyer
2024-01-22Drop redundant :deferKyle Meyer
use-package-always-defer is set to t upstream.
2024-01-22notmuch: Drop autoloadKyle Meyer
This may have been necessary at some point, but it's not any longer.
2024-01-22Fix find-func library nameKyle Meyer
2024-01-22snakemake: Update for snakemake-popup renameKyle Meyer
2024-01-22Drop most load-path modificationsKyle Meyer
Leave this to be handled at an outer level, like all other packages.
2024-01-21Drop customization for some packagesKyle Meyer
I haven't used any of these in a while.
2024-01-21python: Don't enable pyvenv-tracking-modeKyle Meyer
I'm not using this at the moment.
2024-01-21Drop pydoc-related bitsKyle Meyer
I haven't used this in a long time.
2023-01-05projectile: Don't list submodule contentKyle Meyer
2023-01-05org: Add command to copy plain file linkKyle Meyer
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