aboutsummaryrefslogtreecommitdiffstats
path: root/oni/home/config/pop-os
Commit message (Collapse)AuthorAgeFilesLines
* pop-os/emacs: Add Lobsters PHP feed for elfeedHEADmainGravatar Tom Willemse5 days1-1/+2
|
* pop-os/emacs: Fix vue-ts-mode loadingGravatar Tom Willemse8 days1-0/+3
|
* pop-os/emacs: Fix prodigy definitionsGravatar Tom Willemse8 days1-33/+34
| | | | Only apply them after prodigy gets loaded.
* pop-os/emacs: Update browserGravatar Tom Willemse8 days1-3/+3
|
* pop-os: Add prodigyGravatar Tom Willemse8 days1-0/+40
|
* pop-os/emacs: Add php blogGravatar Tom Willemse2026-04-021-1/+3
|
* pop-os/emacs: Support tests with dataproviders for runningGravatar Tom Willemse2026-04-021-1/+1
|
* pop-os: Add emacs-logviewGravatar Tom Willemse2026-04-021-0/+1
|
* pop-os: Add new Emacs configuration packagesGravatar Tom Willemse2026-04-011-2/+3
|
* pop-os/emacs: Add agenda file collection functionGravatar Tom Willemse2026-04-011-0/+13
|
* pop-os/emacs: Add feed to elfeedGravatar Tom Willemse2026-04-011-2/+4
|
* pop-os/emacs: Allow ‘composer install’ to run for ↵Gravatar Tom Willemse2026-03-301-8/+17
| | | | all projects
* pop-os/emacs: Add keybindings for git functionsGravatar Tom Willemse2026-03-301-0/+6
|
* pop-os/emacs: Add function to make filament formsGravatar Tom Willemse2026-02-091-6/+41
|
* pop-os/emacs: Add some more test runner functionsGravatar Tom Willemse2026-02-091-15/+46
|
* Add transient command for creating a new laravel factoryGravatar Tom Willemse2026-01-151-1/+22
|
* pop-os/emacs: Add command to make a new ModelGravatar Tom Willemse2026-01-151-1/+27
|
* pop-os/emacs: Add more sql connectionsGravatar Tom Willemse2025-11-281-0/+12
|
* Emacs: Fix filename matching for filament projectGravatar Tom Willemse2025-11-281-1/+5
|
* pop-os/emacs: In magit, show locked files in the status ↵Gravatar Tom Willemse2025-10-161-0/+23
| | | | buffer
* pop-os/emacs: Switch to using FirefoxGravatar Tom Willemse2025-08-191-1/+1
| | | | | Zen Browser is pretty neat, but Firefox will hopefully soon get the main feature I enjoy from it and is also a lot more stable.
* pop-os/emacs: Redo test run commandsGravatar Tom Willemse2025-08-011-47/+107
| | | | | | | | | Instead of using a Transient, just use several interactive commands. The problem with the transient setup was that it makes you pretend like you're working with a command-line. Which is great when you actually are, but doesn't fit well for just Emacs commands for me so far. With these simplified commands it's all a bit easier to manage.
* pop-os/emacs: Remove debugging statementGravatar Tom Willemse2025-07-161-1/+0
|
* pop-os/emacs: Add settings for dashboardGravatar Tom Willemse2025-07-161-0/+7
|
* pop-os/emacs: Fix startup errorGravatar Tom Willemse2025-07-161-0/+2
|
* Emacs: Add temporary fix for web-mode in VueGravatar Tom Willemse2025-06-211-0/+801
| | | | | This makes it so that some more Vue properties are recognized in web-mode as executable code rather than HTML attributes.
* pop-os: Fix location of social-api projectGravatar Tom Willemse2025-06-161-3/+4
|
* 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/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
|
* pop-os/emacs: Exclude PRs into chanced_dev for PR linkGravatar Tom Willemse2025-04-221-1/+1
|
* 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: 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
|
* 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.
* 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
|
* pop-os: Open links in zen browser in EmacsGravatar Tom Willemse2025-02-131-0/+4
|
* pop-os: Add some buttons to my dashboardGravatar Tom Willemse2025-02-131-0/+17
|
* pop-os: Add emacs-dashboardGravatar Tom Willemse2025-02-051-0/+6
|
* Add keybinding to stop running tests in test bufferGravatar Tom Willemse2025-01-241-1/+2
|
* Add pop-os-specific Emacs configuration fileGravatar Tom Willemse2025-01-211-0/+117