| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pop-os/emacs: Add Lobsters PHP feed for elfeedHEADmain | 5 days | 1 | -1/+2 | |
| | | |||||
| * | pop-os/emacs: Fix vue-ts-mode loading | 8 days | 1 | -0/+3 | |
| | | |||||
| * | pop-os/emacs: Fix prodigy definitions | 8 days | 1 | -33/+34 | |
| | | | | | Only apply them after prodigy gets loaded. | ||||
| * | pop-os/emacs: Update browser | 8 days | 1 | -3/+3 | |
| | | |||||
| * | pop-os: Add prodigy | 8 days | 1 | -0/+40 | |
| | | |||||
| * | pop-os/emacs: Add php blog | 2026-04-02 | 1 | -1/+3 | |
| | | |||||
| * | pop-os/emacs: Support tests with dataproviders for running | 2026-04-02 | 1 | -1/+1 | |
| | | |||||
| * | pop-os: Add emacs-logview | 2026-04-02 | 1 | -0/+1 | |
| | | |||||
| * | pop-os: Add new Emacs configuration packages | 2026-04-01 | 1 | -2/+3 | |
| | | |||||
| * | pop-os/emacs: Add agenda file collection function | 2026-04-01 | 1 | -0/+13 | |
| | | |||||
| * | pop-os/emacs: Add feed to elfeed | 2026-04-01 | 1 | -2/+4 | |
| | | |||||
| * | pop-os/emacs: Allow ‘composer install’ to run for ↵ | 2026-03-30 | 1 | -8/+17 | |
| | | | | | all projects | ||||
| * | pop-os/emacs: Add keybindings for git functions | 2026-03-30 | 1 | -0/+6 | |
| | | |||||
| * | pop-os/emacs: Add function to make filament forms | 2026-02-09 | 1 | -6/+41 | |
| | | |||||
| * | pop-os/emacs: Add some more test runner functions | 2026-02-09 | 1 | -15/+46 | |
| | | |||||
| * | Add transient command for creating a new laravel factory | 2026-01-15 | 1 | -1/+22 | |
| | | |||||
| * | pop-os/emacs: Add command to make a new Model | 2026-01-15 | 1 | -1/+27 | |
| | | |||||
| * | pop-os/emacs: Add more sql connections | 2025-11-28 | 1 | -0/+12 | |
| | | |||||
| * | Emacs: Fix filename matching for filament project | 2025-11-28 | 1 | -1/+5 | |
| | | |||||
| * | pop-os/emacs: In magit, show locked files in the status ↵ | 2025-10-16 | 1 | -0/+23 | |
| | | | | | buffer | ||||
| * | pop-os/emacs: Switch to using Firefox | 2025-08-19 | 1 | -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 commands | 2025-08-01 | 1 | -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 statement | 2025-07-16 | 1 | -1/+0 | |
| | | |||||
| * | pop-os/emacs: Add settings for dashboard | 2025-07-16 | 1 | -0/+7 | |
| | | |||||
| * | pop-os/emacs: Fix startup error | 2025-07-16 | 1 | -0/+2 | |
| | | |||||
| * | 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. | ||||
| * | pop-os: Fix location of social-api project | 2025-06-16 | 1 | -3/+4 | |
| | | |||||
| * | 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/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 | |
| | | |||||
| * | pop-os/emacs: Exclude PRs into chanced_dev for PR link | 2025-04-22 | 1 | -1/+1 | |
| | | |||||
| * | 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: 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 | |
| | | |||||
| * | 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. | ||||
| * | pop-os/emacs: Remove PRs into dev from open PRs view | 2025-03-05 | 1 | -1/+1 | |
| | | |||||
| * | pop-os/emacs: Exclude the right projects for tests | 2025-03-05 | 1 | -1/+5 | |
| | | |||||
| * | pop-os/emacs: Improve artisan transient | 2025-03-05 | 1 | -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 binding | 2025-03-05 | 1 | -0/+1 | |
| | | |||||
| * | pop-os: Open links in zen browser in Emacs | 2025-02-13 | 1 | -0/+4 | |
| | | |||||
| * | pop-os: Add some buttons to my dashboard | 2025-02-13 | 1 | -0/+17 | |
| | | |||||
| * | pop-os: Add emacs-dashboard | 2025-02-05 | 1 | -0/+6 | |
| | | |||||
| * | Add keybinding to stop running tests in test buffer | 2025-01-24 | 1 | -1/+2 | |
| | | |||||
| * | Add pop-os-specific Emacs configuration file | 2025-01-21 | 1 | -0/+117 | |
