aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Disable checking security of zsh completion filesGravatar Tom Willemse2026-03-041-1/+1
| | | | | It's dumb, but right now if I don't disable it I get complaints about some of the symlinks that guix generates.
* Add ‘home-zsh-direnv-service-type’Gravatar Tom Willemse2026-03-042-2/+37
|
* data: Add packagesGravatar Tom Willemse2026-02-271-0/+2
|
* data: Remove swalockGravatar Tom Willemse2026-02-271-1/+0
| | | | | The current versions of Archlinux and Guix aren't compatible, so for now I'll have to install it through pacman instead.
* glide: Open new tab, not windowGravatar Tom Willemse2026-02-271-1/+1
|
* glide: Add function to install add-ons only for personal useGravatar Tom Willemse2026-02-271-0/+4
|
* data: fixup for use with WaylandGravatar Tom Willemse2026-02-241-55/+8
|
* Ad git configuration to laptopGravatar Tom Willemse2026-02-241-1/+17
|
* Use emacs-pgtk as the Emacs for laptopGravatar Tom Willemse2026-02-241-3/+3
| | | | I'm starting to use Wayland and that needs the pgtk build for now.
* Add configuration for 8t88Gravatar Tom Willemse2026-02-241-0/+1
|
* glide: Add bookmark management commandsGravatar Tom Willemse2026-02-241-0/+31
|
* glide: Fix getting the browser tabGravatar Tom Willemse2026-02-241-1/+1
|
* glide: Fix typoGravatar Tom Willemse2026-02-241-1/+1
|
* glide: Add new tab command with more featuresGravatar Tom Willemse2026-02-241-0/+131
|
* glide: Add function to pick a heading to showGravatar Tom Willemse2026-02-231-0/+89
| | | | | Got it from the configuration showcase: https://github.com/glide-browser/glide/discussions/147#discussioncomment-15617575
* Add gnupg to dataGravatar Tom Willemse2026-02-211-0/+7
|
* data: Remove sawfishGravatar Tom Willemse2026-02-211-8/+1
| | | | It's been removed from Guix.
* Remove guix-gaming-games channelGravatar Tom Willemse2026-02-211-8/+8
| | | | This channel is broken at the moment.
* Add original channelsGravatar Tom Willemse2026-02-201-0/+66
|
* glide: Go to insert mode after opening findbarGravatar Tom Willemse2026-02-201-0/+2
|
* glide: Add keybinding for tab_reopenGravatar Tom Willemse2026-02-201-0/+1
|
* glide: Add keybindings for searchingGravatar Tom Willemse2026-02-201-0/+35
|
* glide: Fix ‘open_or_activate’ for specific urlsGravatar Tom Willemse2026-02-121-3/+3
| | | | | | | | | | If the hostname is found, but the rest of the path is not, then open a new tab. Before it would assume that if we found the hostname we would also find the path, because when there is no path this is always true, but when we get open_or_activate for (for example) ‘https://github.com/ryuslash/yoshi-theme’ and there is another tab open on ‘https://github.com/emacs-slack/emacs-slack’ we can find the host, but not the path.
* glide: Install ublock originGravatar Tom Willemse2026-02-101-0/+2
|
* Glide: Add command to open a new tabGravatar Tom Willemse2026-02-101-0/+1
|
* git: Add ignore patterns optionGravatar Tom Willemse2026-02-101-1/+16
|
* pop-os/emacs: Add function to make filament formsGravatar Tom Willemse2026-02-091-6/+41
|
* Add glide as a browser optionGravatar Tom Willemse2026-02-093-3/+3
|
* Firefox: Set custom reader colorsGravatar Tom Willemse2026-02-091-0/+7
|
* pop-os/emacs: Add some more test runner functionsGravatar Tom Willemse2026-02-091-15/+46
|
* zathura: Update configurationGravatar Tom Willemse2026-02-081-3/+8
|
* glide: Add configuratonGravatar Tom Willemse2026-02-081-0/+122
|
* Update emacs-org-mem referenceGravatar Tom Willemse2026-01-222-2/+2
|
* Update ‘emacs-indexed’Gravatar Tom Willemse2026-01-221-20/+22
| | | | Its name changed from ‘emacs-indexed’ to ‘emacs-org-mem’.
* Fix yaml-mode using tree sitterGravatar Tom Willemse2026-01-221-4/+3
|
* emacs-config: Ensure libnotify is installed with ↵Gravatar Tom Willemse2026-01-211-1/+3
| | | | | | emacs-oni-alert This is required for sending desktop notifications from Emacs.
* Simplify installing latest Hydra versionGravatar Tom Willemse2026-01-191-36/+10
|
* Fix using updated emacs-hydra packageGravatar Tom Willemse2026-01-181-7/+39
|
* rincewind: Fix abcdeGravatar Tom Willemse2026-01-182-7/+19
|
* Reformat files using ‘guix-pretty-print-buffer’Gravatar Tom Willemse2026-01-1815-600/+569
|
* Reformat emacs packages moduleGravatar Tom Willemse2026-01-171-248/+258
|
* pop-os: Remove flyoverGravatar Tom Willemse2026-01-171-1/+0
| | | | | | | | | It's too disruptive. - It takes up a lot of room in the various buffers. - It keeps flashing in and out of existence when you type, making all of the text in every buffer jump around a lot.
* org-journal: Add a couple more settingsGravatar Tom Willemse2026-01-171-1/+3
|
* Add transient command for creating a new laravel factoryGravatar Tom Willemse2026-01-151-1/+22
|
* Use latest version of emacs-hydraGravatar Tom Willemse2026-01-151-2/+8
|
* pop-os/emacs: Add command to make a new ModelGravatar Tom Willemse2026-01-151-1/+27
|
* stumpwm: Move always-on-top floating windows aside on focusGravatar Tom Willemse2026-01-141-0/+26
| | | | | When a window is focused and there are overlapping floating windows, move those windows aside, making sure not to move them off-screen.
* zsh: Show pipestatusGravatar Tom Willemse2026-01-141-1/+6
|
* Add emacs-phel-modeGravatar Tom Willemse2026-01-132-1/+36
|
* Use git master version of emacs-esh-autosuggestGravatar Tom Willemse2026-01-131-1/+8
|