| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | oni-php: Add command to add use statement | 2024-12-30 | 2 | -1/+39 | ||
| | | ||||||
| * | Enable yasnippets in PHP | 2024-12-24 | 1 | -1/+2 | ||
| | | ||||||
| * | Add PHP snippets for writing tests | 2024-12-24 | 2 | -0/+17 | ||
| | | ||||||
| * | Add PHP snippet for <?php header | 2024-12-23 | 1 | -0/+5 | ||
| | | ||||||
| * | Fix indentation for ‘with-env’ | 2024-12-18 | 1 | -1/+2 | ||
| | | ||||||
| * | Indent ‘with-cwd’ differently | 2024-12-17 | 1 | -1/+3 | ||
| | | | | | | | | Like this: (with-cwd "directory" (something)) | |||||
| * | Remove handle dependency | 2024-11-01 | 1 | -7/+2 | ||
| | | | | | I've never actually used it and it was causing errors in Guix. | |||||
| * | Add a couple of names to watch out for in elfeed | 2024-10-24 | 1 | -2/+6 | ||
| | | ||||||
| * | Add a couple of blog feeds | 2024-10-24 | 1 | -1/+3 | ||
| | | ||||||
| * | Set up space cycling | 2024-10-24 | 1 | -1/+7 | ||
| | | | | | Remove newlines along with the rest of the whitespace. | |||||
| * | Remove keyboard shortcuts | 2024-10-24 | 1 | -18/+1 | ||
| | | | | | | I thought these might make my life easier and my shortcuts a little faster, but they haven't. | |||||
| * | Autoload needed function | 2024-07-08 | 1 | -1/+2 | ||
| | | ||||||
| * | Require treesit | 2024-07-08 | 2 | -0/+2 | ||
| | | | | | `treesit-available-p' is defined in the C source code, but `treesit-ready-p' is defined in `treesit.el'. | |||||
| * | [oni-org] Add files with tasks in PARA directories | 2024-07-01 | 1 | -1/+18 | ||
| | | | | | I'm trying out trying out PARA and these files sometimes have tasks in them. | |||||
| * | [oni-org] Change org tags column | 2024-07-01 | 1 | -1/+1 | ||
| | | ||||||
| * | [oni-org] Fix variable name | 2024-07-01 | 1 | -1/+1 | ||
| | | | | | I think they must have renamed this variable at some point. | |||||
| * | [oni-org] Fix indentation | 2024-07-01 | 1 | -9/+9 | ||
| | | ||||||
| * | [oni-python] Add treesit configuration | 2024-07-01 | 1 | -11/+24 | ||
| | | ||||||
| * | [oni-yaml] Autoload the major mode remapping | 2024-07-01 | 1 | -3/+4 | ||
| | | ||||||
| * | [oni-vterm] Add function to open vterm in a project | 2024-07-01 | 1 | -1/+26 | ||
| | | ||||||
| * | [oni-org] Slim down | 2024-07-01 | 1 | -243/+10 | ||
| | | | | | Remove some unused parts of my configuration. | |||||
| * | [oni-elfeed] Add Orange Goblin as favourite band | 2024-07-01 | 1 | -2/+3 | ||
| | | ||||||
| * | [oni-elfeed] Add some feeds | 2024-07-01 | 1 | -1/+6 | ||
| | | ||||||
| * | [oni-org] Add capture template for DONE tasks | 2024-05-09 | 1 | -1/+11 | ||
| | | ||||||
| * | [oni-elfeed] Add another couple of feeds, and some bands ↵ | 2024-04-09 | 1 | -3/+9 | ||
| | | | | | to look for | |||||
| * | [oni-org] Fixup stuck-projects and overview agenda views | 2024-04-03 | 1 | -3/+5 | ||
| | | ||||||
| * | [oni-elfeed] Add some cool bands | 2024-04-03 | 1 | -2/+4 | ||
| | | ||||||
| * | [oni-python] Remove traad dependency | 2024-03-13 | 1 | -7/+2 | ||
| | | | | | I'm unable to package up traad for Guix at the moment. | |||||
| * | Add Stuck projects and overview agenda commands | 2024-03-12 | 1 | -2/+17 | ||
| | | ||||||
| * | [oni-org-roam] Show only the current element of a reference | 2024-02-15 | 1 | -1/+10 | ||
| | | ||||||
| * | [oni-org] Remove roam files from agenda, move roam database | 2024-02-15 | 2 | -24/+3 | ||
| | | ||||||
| * | [oni-elfeed] Add bands to look out for | 2024-02-15 | 1 | -2/+4 | ||
| | | ||||||
| * | [oni-core] Ignore case while selecting completion candidates | 2024-02-05 | 1 | -1/+4 | ||
| | | ||||||
| * | [oni-yaml] Use ‘yaml-ts-mode’ when it is available | 2024-02-05 | 1 | -8/+21 | ||
| | | ||||||
| * | [oni-yaml] Remove unnecessary dependency | 2024-02-02 | 1 | -5/+2 | ||
| | | | | | | | | Flycheck yamllint has been made part of flycheck and isn't necessary to be installed anymore. https://github.com/flycheck/flycheck/pull/1640 | |||||
| * | [oni-core] Remove requirement to load ‘oni-yaml’ for ↵ | 2024-02-02 | 1 | -2/+1 | ||
| | | | | | yaml-mode | |||||
| * | [oni-org] Change location of my todo lists | 2024-02-01 | 1 | -90/+14 | ||
| | | ||||||
| * | [oni-lsp] Disable some LSP components | 2024-02-01 | 1 | -1/+4 | ||
| | | ||||||
| * | [oni-core] Remove requirement of oni-vterm when vterm ↵ | 2024-01-05 | 1 | -2/+1 | ||
| | | | | | gets loaded | |||||
| * | Remove requirement of oni-vc when vc package gets loaded | 2023-12-19 | 1 | -2/+1 | ||
| | | | | | | | I've decided to do things another way. This will be managed by either machine-specific configurations or Guix. I'm leaving the rest in place for now and will replace as necessary. | |||||
| * | Don't fail if a snippet can't be found | 2023-12-12 | 1 | -6/+6 | ||
| | | | | | | | On my laptop the ‘mode-table’ is nil and causes the other function calls to fail. I'm not quite sure why this happens, but this shouldn't fail the operation. | |||||
| * | [oni-org] Delete extra blank lines after removing inbox ↵ | 2023-11-14 | 1 | -2/+3 | ||
| | | | | | items | |||||
| * | [oni-org] Fix off-by-one error | 2023-11-14 | 1 | -2/+2 | ||
| | | ||||||
| * | [oni-elfeeed] Highlight Emacs articles | 2023-11-07 | 1 | -0/+1 | ||
| | | ||||||
| * | [oni-elfeed] Add Emacs tag to the Planet EmacsLife ↵ | 2023-11-07 | 1 | -1/+1 | ||
| | | | | | aggregator feed | |||||
| * | [oni-elfeed] Add some more RSS feeds | 2023-11-07 | 1 | -2/+5 | ||
| | | | | | | The first two are to keep up with developments for packages that I use. The second is a website that is interesting. | |||||
| * | [oni-elfeed] Fix whitespace | 2023-11-06 | 1 | -4/+4 | ||
| | | ||||||
| * | [oni-elfeed] Add Blabbermouth feed with some tags and faces | 2023-11-06 | 1 | -2/+22 | ||
| | | ||||||
| * | Remove ‘ace-link’ settings | 2023-10-03 | 2 | -11/+2 | ||
| | | | | | These have been moved to my Guix configuration. | |||||
| * | Change ace-link keybinding from ‘C-c C-o’ to ‘C-S-e’ | 2023-10-02 | 2 | -4/+4 | ||
| | | | | | | | I was trying to think of a good keybinding that I would like, and then I remembered that kitty uses the ‘C-S-e’ keybinding and I've grown accustomed to it. | |||||
