aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* emacs-config: Use latestGravatar Tom Willemse2025-03-241-2/+2
|
* wezterm: Set fontGravatar Tom Willemse2025-03-241-1/+2
|
* wezterm: Add function to copy hashes from Guix packagesGravatar Tom Willemse2025-03-241-0/+15
|
* tym: Fix buildGravatar Tom Willemse2025-03-241-3/+3
|
* pop-os/stumpwm: Automate some cleanup tasksGravatar Tom Willemse2025-03-181-0/+34
| | | | | | | | | | | - Add a ‘distraction!’ command that lets other things register a function to disable something if a distraction comes by. This includes clocking out of what I'm working on and turning off any music that's playing. - Clock out, turn off music, and pause dunst when I lock my screen. Resume notifications from dunst when I unlock the screen. - Add a shortcut to start the Antares SQL client.
* packages/emacs: Add packages for phpstanGravatar Tom Willemse2025-03-181-0/+86
|
* pop-os: Some updatesGravatar Tom Willemse2025-03-181-23/+36
| | | | | | | | | - Fix Emacs configuration. It wasn't letting me build the configuration. - Add flycheck-phpstan to run phpstan while I'm working on PHP code. I'll need to make sure that it works and reconfigure it. - Add ‘dunst’ configuration.
* pop-os-emacs: Some updatesGravatar Tom Willemse2025-03-181-3/+14
| | | | | | | | | | - Add ‘M-n’ and ‘M-p’ key bindings to test buffers. These enable easy navigation between errors. - Add new link to “Conversations” in my dashboard. This is reviews that are open that I've commented on. - Remove PRs going into main from the list of PRs for me to look at.
* emacs-config: Use latestGravatar Tom Willemse2025-03-061-2/+2
|
* Wezterm: Add configurationGravatar Tom Willemse2025-03-051-0/+26
| | | | This should be moved into Guix, but needs more work
* Setup playerctl to support mixing with pamixer setupGravatar Tom Willemse2025-03-051-4/+3
| | | | | | | | If only one is imported and not the other, or they're imported in different orders, everything should still keep working. ‘defvar’ won't do anything if ‘*playerctl-bindings*’ already exists, and the ‘define-key’ will use whichever one was already defined.
* pop-os: Add vterm configuration and pamixerGravatar Tom Willemse2025-03-053-3/+62
|
* pop-os/emacs: Remove PRs into dev from open PRs viewGravatar Tom Willemse2025-03-051-1/+1
|
* pop-os/emacs: Exclude the right projects for testsGravatar Tom Willemse2025-03-051-1/+5
|
* pop-os/emacs: Improve artisan transientGravatar Tom Willemse2025-03-051-19/+35
| | | | | - Turn the test command into its own Transient. Allow it to pick the right brand to test. Add ‘--stop-on-failure’ argument.
* pop-os/emacs.el: Enable lexical bindingGravatar Tom Willemse2025-03-051-0/+1
|
* Surfingkeys: Generate config from lispGravatar Tom Willemse2025-03-033-490/+524
|
* rincewind: Add oni-js configurationGravatar Tom Willemse2025-03-032-1/+20
|
* rincewind: Add envrc to automatically load environmentGravatar Tom Willemse2025-02-272-2/+34
|
* emacs-config: Use latestGravatar Tom Willemse2025-02-181-21/+21
|
* surfingkeys: Fix foreground color for bannerGravatar Tom Willemse2025-02-182-2/+32
|
* surfingkeys: Fix foreground color for bannerGravatar Tom Willemse2025-02-141-0/+1
|
* pop-os: Add flameshotGravatar Tom Willemse2025-02-141-1/+5
|
* pop-os: Open links in zen browser in EmacsGravatar Tom Willemse2025-02-131-0/+4
|
* pop-os: Add application launcher menu for stumpwmGravatar Tom Willemse2025-02-132-1/+10
|
* rust-atuin: Run as many tests as possibleGravatar Tom Willemse2025-02-131-1/+2
|
* pop-os: Add some buttons to my dashboardGravatar Tom Willemse2025-02-131-0/+17
|
* (oni home services emacs): Move yasnippet-capf config ↵Gravatar Tom Willemse2025-02-122-40/+32
| | | | into emacs
* (oni home services emacs): Make helpful service config ↵Gravatar Tom Willemse2025-02-122-41/+34
| | | | part of emacs
* emacs-config: Update to latestGravatar Tom Willemse2025-02-121-2/+2
|
* rincewind: Add atuinGravatar Tom Willemse2025-02-121-1/+10
|
* rincewind: Remove deprecated packageGravatar Tom Willemse2025-02-121-2/+2
|
* rincewind: Install ‘zathura-cb’ to view cbz/cbr filesGravatar Tom Willemse2025-02-061-0/+1
|
* mpdscrobble: Fix packageGravatar Tom Willemse2025-02-061-1/+2
|
* pop-os: Add service for playerctl bindings in stumpwmGravatar Tom Willemse2025-02-063-3/+57
|
* Atuin: Bind C-p and M-p to ‘atuin-up-search’Gravatar Tom Willemse2025-02-061-1/+3
| | | | I use those keybindings more than I do the up arrow key.
* Surfingkeys: Fix property nameGravatar Tom Willemse2025-02-051-1/+1
|
* pop-os: Add emacs-dashboardGravatar Tom Willemse2025-02-052-2/+10
|
* Surfingkeys: Fix typoGravatar Tom Willemse2025-02-051-1/+1
|
* Surfingkeys: Add keybinding to edit current URLGravatar Tom Willemse2025-02-051-0/+2
|
* pop-os: Set Atuin to accept a command on RETGravatar Tom Willemse2025-02-032-2/+11
|
* pop-os: Add history filter to AtuinGravatar Tom Willemse2025-02-032-5/+18
|
* zsh-atuin: Fix configuration syntaxGravatar Tom Willemse2025-02-031-1/+1
|
* pop-os: Set filter mode to “directory”Gravatar Tom Willemse2025-02-032-2/+13
|
* emacs-config: Use latestGravatar Tom Willemse2025-02-031-8/+12
|
* pop-os: Add atuin configurationGravatar Tom Willemse2025-02-032-6/+55
|
* pop-os: Add emacs-deftGravatar Tom Willemse2025-02-031-1/+3
|
* emacs-oni-sh: Add tree-sitter-bash as dependencyGravatar Tom Willemse2025-01-281-1/+3
|
* pop-os: Install shell script configuration for EmacsGravatar Tom Willemse2025-01-281-1/+3
|
* pop-os: Add atuinGravatar Tom Willemse2025-01-282-1/+1513
|