aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Surfingkeys: Add gitingoreGravatar Tom Willemse2025-06-101-0/+2
|
* Surfingkeys: Split output between home and workGravatar Tom Willemse2025-06-103-3/+12
|
* Surfingkeys: Change from JavaScript to TypeScriptGravatar Tom Willemse2025-06-106-4/+1757
|
* Surfingkeys: Add added keys from Lisp variantGravatar Tom Willemse2025-06-101-0/+16
|
* Revert "Surfingkeys: Generate config from lisp"Gravatar Tom Willemse2025-06-103-544/+490
| | | | This reverts commit 8b838f0a7bb2a988d4c226e64da2067e989885ef.
* surfingkeys: Add search for Encyclopaedia MetallumGravatar Tom Willemse2025-06-061-0/+1
|
* emacs-config: Use latestGravatar Tom Willemse2025-06-061-21/+21
|
* pop-os: Set up some some connection strings for EmacsGravatar Tom Willemse2025-06-061-0/+15
|
* pop-os: Allow running test-at-point in EmacsGravatar Tom Willemse2025-06-061-17/+29
|
* pop-os: Add command that lists .desktop applicationsGravatar Tom Willemse2025-06-061-0/+19
|
* Surfingkeys: Add tab-switching shortcuts to visual and ↵Gravatar Tom Willemse2025-06-061-0/+9
| | | | insert modes
* Surfingkeys: Remove google translate shortcutGravatar Tom Willemse2025-06-061-0/+1
| | | | | I almost never ever mean this, I haven't ever meant to put what I happened to have marked through google translate.
* Surfingkeys: Add some shortcuts to development placesGravatar Tom Willemse2025-06-061-0/+8
|
* Surfingkeys: Add MDN searchGravatar Tom Willemse2025-06-061-0/+1
|
* emacs-config: Use latestGravatar Tom Willemse2025-05-081-23/+25
|
* pop-os: Add hunspellGravatar Tom Willemse2025-04-281-1/+6
| | | | This stops Emacs from complaining hunspell doesn't exist.
* Add org-caldav and deft servicesGravatar Tom Willemse2025-04-281-1/+86
| | | | | They might not work yet, but when they're not configured they don't get in anything's way.
* pop-os: Add typescript mode and oni-jsGravatar Tom Willemse2025-04-231-3/+7
|
* pop-os/emacs: Require oni-jsGravatar Tom Willemse2025-04-231-0/+2
|
* pop-os/emacs: Add eslint to web-mode checkers for FlycheckGravatar Tom Willemse2025-04-231-0/+3
|
* emacs-config: Update to latestGravatar Tom Willemse2025-04-231-4/+6
|
* Set compile command for scheme buffersGravatar Tom Willemse2025-04-231-0/+1
| | | | | | This is the command that tries to build the home configuration from my project. This should be run with ‘project-compile’ or similar functions so that it runs correctly from the root of the project.
* Rename stumpwm/config to stumpwm.lispGravatar Tom Willemse2025-04-224-3/+3
|
* stumpwm: Put brackets around window nameGravatar Tom Willemse2025-04-221-2/+2
|
* stumpwm: Make screen locking program configurableGravatar Tom Willemse2025-04-223-3/+15
| | | | | On my work laptop this needs to just be ‘/usr/bin/i3lock’ because the libraries in Guix are incompatible with those on Pop!_OS.
* pop-os/emacs: Exclude PRs into chanced_dev for PR linkGravatar Tom Willemse2025-04-221-1/+1
|
* Use gnupg as my ssh agentGravatar Tom Willemse2025-04-161-2/+1
|
* Fix git configurationGravatar Tom Willemse2025-04-161-0/+5
|
* Add phps-mode packageGravatar Tom Willemse2025-04-161-0/+25
|
* Fix issue with emacsql and org-roam not working togetherGravatar Tom Willemse2025-04-163-7/+23
|
* emacs-config: Update to latestGravatar Tom Willemse2025-04-101-21/+21
|
* Stumpwm: Show Wezterm in same location as kittyGravatar Tom Willemse2025-04-101-0/+1
|
* stumpwm: Make mode-line a little nicerGravatar Tom Willemse2025-04-101-5/+7
|
* pop-os/emacs: Load flycheck-phpstan after loading php-modeGravatar Tom Willemse2025-04-101-0/+3
|
* oni-php: Treat js, vue, and jsx files as JavaScript for ↵Gravatar Tom Willemse2025-04-101-0/+3
| | | | grepping
* pop-os/emacs: Ignore extra directories searching for testsGravatar Tom Willemse2025-04-101-1/+4
| | | | These directories are large and don't contain any interesting files.
* emacs/pop-os: Fix path fixup for phpstanGravatar Tom Willemse2025-04-101-1/+1
| | | | | This fixes the situation where ‘/app/’ shows up more than once in the path, I'm only interested in replacing the first occurrence.
* pop-os/emacs: Add command to make laravel migrationsGravatar Tom Willemse2025-04-101-1/+19
| | | | | This command asks for a name, runs the artisan command, and then opens the generated file and registers it with the current version control system.
* pop-os: Add emacs-indexedGravatar Tom Willemse2025-04-101-2/+4
|
* pop-os: Add comfortaa fontGravatar Tom Willemse2025-04-102-0/+31
|
* pop-os: Fix filenames output by phpstanGravatar Tom Willemse2025-04-091-0/+14
| | | | | Phpstan is running in a container where the paths are different. In order to help phpstan and Emacs understand eachother fix them up first.
* pop-os: Make switching between failed tests slightly nicerGravatar Tom Willemse2025-04-091-0/+2
|
* rincewind: Disable advice about detached heads in gitGravatar Tom Willemse2025-04-062-0/+6
|
* wezterm: Add keybindings for scrolling to promptsGravatar Tom Willemse2025-04-061-0/+2
|
* wezterm: Change quick select keys to my homerow keysGravatar Tom Willemse2025-04-051-0/+2
|
* wezterm: Add keybinding for selecting a paneGravatar Tom Willemse2025-04-051-0/+5
|
* rincewind: Add emacs-indexed packageGravatar Tom Willemse2025-04-032-2/+29
|
* mbsync: Sync X-tra folders tooGravatar Tom Willemse2025-03-281-1/+1
|
* rincewind: Add git configurationGravatar Tom Willemse2025-03-242-0/+107
|
* emacs-config: Use latestGravatar Tom Willemse2025-03-241-2/+2
|