aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add stumptray to stumpwm configurationGravatar Tom Willemse2023-08-292-3/+44
|
* Split stumpwm-gaps configuration into separate serviceGravatar Tom Willemse2023-08-294-79/+143
|
* [data] Update polybar lookGravatar Tom Willemse2023-08-231-6/+6
|
* Change herbstluftwm configuration to consist of multiple ↵Gravatar Tom Willemse2023-08-232-10/+13
| | | | files
* [data] Use zsh-contextual-abbrevsGravatar Tom Willemse2023-08-231-1/+3
|
* Fix unclutter configurationGravatar Tom Willemse2023-08-231-3/+3
|
* Add ZSH contextual abbrevs packageGravatar Tom Willemse2023-08-232-1/+65
|
* Update Emacs configGravatar Tom Willemse2023-07-261-2/+2
|
* Add an attempt at theming surfingkeysGravatar Tom Willemse2023-07-261-0/+417
| | | | | Mostly taken from https://github.com/rose-pine/surfingkeys with some adjustments for my preference of colors.
* Fix stumpwm ‘*user-keybindings*’ definitionGravatar Tom Willemse2023-07-221-1/+2
|
* Ignore some more files with notmuchGravatar Tom Willemse2023-07-221-1/+2
|
* Add oni-project Emacs configurationGravatar Tom Willemse2023-07-222-3/+15
|
* Add some more tree-sitter grammarsGravatar Tom Willemse2023-07-171-1/+11
|
* Update emacs configGravatar Tom Willemse2023-07-151-2/+2
|
* Add screenshot bindings to stumpwmGravatar Tom Willemse2023-07-151-0/+15
|
* Add ‘tree-sitter-bash’ as a test to see if ↵Gravatar Tom Willemse2023-07-151-0/+3
| | | | tree-sitter works
* Change to using ‘emacs-next-tree-sitter’Gravatar Tom Willemse2023-07-141-3/+3
|
* Add ‘emacs-oni-hy’Gravatar Tom Willemse2023-07-144-13/+46
| | | | | | | | | I just added a configuration for programming in Hy. This is the first step for moving more of my Emacs configuration into guix home. Instead of adding the autoload for ‘oni-hy’ in the ‘oni-core’ package, I've added it directly to my Guix configuration. In the future I'll want to change this so that each package gets its own configuration and also extends my Emacs configuration so that it automatically adds these autoloads when I add a package.
* Add an indication to my zsh prompt that I'm using ↵Gravatar Tom Willemse2023-07-142-1/+5
| | | | ‘guix shell’
* Update ‘emacs-config’Gravatar Tom Willemse2023-07-121-2/+2
|
* Clean up checking prefixes in notmuch configurationGravatar Tom Willemse2023-07-121-27/+30
|
* Add notmuch configuration to guix-homeGravatar Tom Willemse2023-07-122-1/+146
|
* Update ‘guile-inkplate’ packageGravatar Tom Willemse2023-07-121-3/+5
|
* Update Emacs configurationGravatar Tom Willemse2023-07-101-3/+4
|
* Fix compilation command for scheme buffersGravatar Tom Willemse2023-07-101-1/+1
|
* Update Emacs configurationGravatar Tom Willemse2023-07-101-2/+2
|
* Add the Rosenthal channel to my Guix setupGravatar Tom Willemse2023-07-101-1/+10
|
* Add recutils to my home profileGravatar Tom Willemse2023-07-101-0/+5
|
* Update emacs-configGravatar Tom Willemse2023-07-081-2/+2
|
* Remove Inkplate update code from Emacs initGravatar Tom Willemse2023-07-081-25/+0
| | | | This should now be done by the one-shot service I created.
* Add one-shot service to update my Inkplate displayGravatar Tom Willemse2023-07-084-1/+148
|
* Add ‘org-contacts’ to my configurationGravatar Tom Willemse2023-07-081-1/+3
|
* Update inbox-size source locationGravatar Tom Willemse2023-07-081-1/+1
|
* Add a keybinding to kitty for displaying guix build logsGravatar Tom Willemse2023-07-081-1/+4
|
* Update the Emacs configurationGravatar Tom Willemse2023-06-221-2/+2
|
* Specify the compile command for scheme files in this projectGravatar Tom Willemse2023-06-221-0/+1
|
* [notmuch] Tag any messages addressed to me specificallyGravatar Tom Willemse2023-06-221-1/+2
| | | | | This helps me to set up a differentiation in notmuch faces for mailing lists versus email directed at me specifically.
* Install my notmuch configuration for Emacs with guix-homeGravatar Tom Willemse2023-06-212-3/+29
|
* Install ‘emacs-org-roam’ into my home profileGravatar Tom Willemse2023-06-211-0/+3
|
* Update emacs configurationGravatar Tom Willemse2023-06-211-2/+2
|
* Replace all ‘lambda’ occurrences with ‘λ’Gravatar Tom Willemse2023-06-2011-53/+48
|
* Add gaps to my stumpwm configurationGravatar Tom Willemse2023-06-202-3/+77
| | | | | | | I had to copy in and redefine the ‘stumpwm::maximize-window’ function from the ‘swm-gaps’ package because for some reason ‘(frame-width ...)’ returns a ratio on my machine (is it because high-dpi, or ultra-wide? I don't know) and not an integer, which screws up the ‘(setf (xlib:drawable-width ...) ...)’ call.
* Update Emacs configurationGravatar Tom Willemse2023-06-151-2/+2
|
* Enable hiding commands that start with a space in ZSHGravatar Tom Willemse2023-06-151-0/+1
|
* [surfingkeys] Change ‘af’ -> ‘C-u f’Gravatar Tom Willemse2023-06-151-0/+2
|
* Update Emacs configGravatar Tom Willemse2023-06-151-2/+2
|
* [surfingkeys] Add command to capture the current page in ↵Gravatar Tom Willemse2023-06-021-0/+11
| | | | org-mode
* Add keybindings like the ones in Emacs for kitty window ↵Gravatar Tom Willemse2023-05-311-1/+5
| | | | management
* [herbstluftwm] Update initial frame configurationGravatar Tom Willemse2023-05-312-2/+1
|
* [xbindkeys] Update to latest modificationsGravatar Tom Willemse2023-05-311-15/+65
| | | | Add a bunch of comments mostly.