| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | pop-os/emacs: Add settings for dashboard | 2025-07-16 | 2 | -0/+24 | ||
| | | ||||||
| * | pop-os/emacs: Fix startup error | 2025-07-16 | 1 | -0/+2 | ||
| | | ||||||
| * | stumpwm: Remove custom app luanching code | 2025-06-21 | 1 | -10/+0 | ||
| | | | | | This has now been superseded by the ‘s-c a’ ‘run-application’ command. | |||||
| * | stumpwm: Add command to refresh the .desktop cache | 2025-06-21 | 1 | -0/+4 | ||
| | | ||||||
| * | Stumpwm: Fix location of desktop list script | 2025-06-21 | 1 | -1/+1 | ||
| | | ||||||
| * | Emacs: Add temporary fix for web-mode in Vue | 2025-06-21 | 1 | -0/+801 | ||
| | | | | | | This makes it so that some more Vue properties are recognized in web-mode as executable code rather than HTML attributes. | |||||
| * | Stumpwm: Make switching groups easier | 2025-06-21 | 1 | -0/+4 | ||
| | | ||||||
| * | Stumpwm: Fix keybinding for closing all notifications | 2025-06-21 | 1 | -1/+1 | ||
| | | ||||||
| * | pop-os: Fix location of social-api project | 2025-06-16 | 1 | -3/+4 | ||
| | | ||||||
| * | emacs-config: Use latest | 2025-06-06 | 1 | -21/+21 | ||
| | | ||||||
| * | pop-os: Set up some some connection strings for Emacs | 2025-06-06 | 1 | -0/+15 | ||
| | | ||||||
| * | pop-os: Allow running test-at-point in Emacs | 2025-06-06 | 1 | -17/+29 | ||
| | | ||||||
| * | pop-os: Add command that lists .desktop applications | 2025-06-06 | 1 | -0/+19 | ||
| | | ||||||
| * | emacs-config: Use latest | 2025-05-08 | 1 | -23/+25 | ||
| | | ||||||
| * | pop-os: Add hunspell | 2025-04-28 | 1 | -1/+6 | ||
| | | | | | This stops Emacs from complaining hunspell doesn't exist. | |||||
| * | Add org-caldav and deft services | 2025-04-28 | 1 | -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-js | 2025-04-23 | 1 | -3/+7 | ||
| | | ||||||
| * | pop-os/emacs: Require oni-js | 2025-04-23 | 1 | -0/+2 | ||
| | | ||||||
| * | pop-os/emacs: Add eslint to web-mode checkers for Flycheck | 2025-04-23 | 1 | -0/+3 | ||
| | | ||||||
| * | emacs-config: Update to latest | 2025-04-23 | 1 | -4/+6 | ||
| | | ||||||
| * | Rename stumpwm/config to stumpwm.lisp | 2025-04-22 | 4 | -3/+3 | ||
| | | ||||||
| * | stumpwm: Put brackets around window name | 2025-04-22 | 1 | -2/+2 | ||
| | | ||||||
| * | stumpwm: Make screen locking program configurable | 2025-04-22 | 3 | -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 link | 2025-04-22 | 1 | -1/+1 | ||
| | | ||||||
| * | Use gnupg as my ssh agent | 2025-04-16 | 1 | -2/+1 | ||
| | | ||||||
| * | Fix git configuration | 2025-04-16 | 1 | -0/+5 | ||
| | | ||||||
| * | Add phps-mode package | 2025-04-16 | 1 | -0/+25 | ||
| | | ||||||
| * | Fix issue with emacsql and org-roam not working together | 2025-04-16 | 3 | -7/+23 | ||
| | | ||||||
| * | emacs-config: Update to latest | 2025-04-10 | 1 | -21/+21 | ||
| | | ||||||
| * | Stumpwm: Show Wezterm in same location as kitty | 2025-04-10 | 1 | -0/+1 | ||
| | | ||||||
| * | stumpwm: Make mode-line a little nicer | 2025-04-10 | 1 | -5/+7 | ||
| | | ||||||
| * | pop-os/emacs: Load flycheck-phpstan after loading php-mode | 2025-04-10 | 1 | -0/+3 | ||
| | | ||||||
| * | oni-php: Treat js, vue, and jsx files as JavaScript for ↵ | 2025-04-10 | 1 | -0/+3 | ||
| | | | | | grepping | |||||
| * | pop-os/emacs: Ignore extra directories searching for tests | 2025-04-10 | 1 | -1/+4 | ||
| | | | | | These directories are large and don't contain any interesting files. | |||||
| * | emacs/pop-os: Fix path fixup for phpstan | 2025-04-10 | 1 | -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 migrations | 2025-04-10 | 1 | -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-indexed | 2025-04-10 | 1 | -2/+4 | ||
| | | ||||||
| * | pop-os: Add comfortaa font | 2025-04-10 | 2 | -0/+31 | ||
| | | ||||||
| * | pop-os: Fix filenames output by phpstan | 2025-04-09 | 1 | -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 nicer | 2025-04-09 | 1 | -0/+2 | ||
| | | ||||||
| * | rincewind: Disable advice about detached heads in git | 2025-04-06 | 2 | -0/+6 | ||
| | | ||||||
| * | rincewind: Add emacs-indexed package | 2025-04-03 | 2 | -2/+29 | ||
| | | ||||||
| * | rincewind: Add git configuration | 2025-03-24 | 2 | -0/+107 | ||
| | | ||||||
| * | emacs-config: Use latest | 2025-03-24 | 1 | -2/+2 | ||
| | | ||||||
| * | tym: Fix build | 2025-03-24 | 1 | -3/+3 | ||
| | | ||||||
| * | pop-os/stumpwm: Automate some cleanup tasks | 2025-03-18 | 1 | -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 phpstan | 2025-03-18 | 1 | -0/+86 | ||
| | | ||||||
| * | pop-os: Some updates | 2025-03-18 | 1 | -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 updates | 2025-03-18 | 1 | -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 latest | 2025-03-06 | 1 | -2/+2 | ||
| | | ||||||
