| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | oni-flycheck: Add phpstan | 2026-06-18 | 1 | -0/+1 | |
| | | |||||
| * | emacs: Install orderless | 2026-06-16 | 1 | -7/+10 | |
| | | |||||
| * | oni-dashboard: Add navigator | 2026-06-15 | 1 | -0/+11 | |
| | | |||||
| * | oni-dumb-jump: Fix issue trying to perpetually reinstall ↵ | 2026-06-15 | 1 | -1/+1 | |
| | | | | | ripgrep | ||||
| * | oni-php: Fix error | 2026-06-15 | 1 | -0/+1 | |
| | | |||||
| * | oni-php: Add scripts directory | 2026-06-15 | 2 | -1/+49 | |
| | | |||||
| * | wezterm: Replace Lua config with Fennel | 2026-06-15 | 1 | -0/+6 | |
| | | |||||
| * | emacs: Add oni-grep | 2026-06-12 | 1 | -0/+29 | |
| | | |||||
| * | oni-dashboard: Use ‘display-buffer’ instead of ↵ | 2026-06-11 | 1 | -4/+5 | |
| | | | | | ‘switch-to-buffer’ | ||||
| * | Emacs: Add mixed-pitch mode | 2026-06-11 | 1 | -0/+6 | |
| | | |||||
| * | Update Emacs config | 2026-06-10 | 16 | -138/+705 | |
| | | | | | | This is mainly used by my work machine at the moment, but that should change soon. | ||||
| * | Update MacOS setup | 2026-06-10 | 3 | -0/+835 | |
| | | |||||
| * | Emacs: Add Lua mode | 2026-05-29 | 1 | -0/+9 | |
| | | |||||
| * | Emacs: Add gitignore for built files | 2026-05-29 | 1 | -0/+1 | |
| | | |||||
| * | Emacs: Add magit | 2026-05-29 | 1 | -0/+9 | |
| | | |||||
| * | Emacs: Add php-mode | 2026-05-29 | 1 | -0/+9 | |
| | | |||||
| * | Emacs: Add dockerfile mode | 2026-05-29 | 1 | -0/+9 | |
| | | |||||
| * | Emacs: Add MELPA package archive | 2026-05-29 | 1 | -0/+8 | |
| | | |||||
| * | Emacs: Don't load oni modules | 2026-05-29 | 1 | -5/+0 | |
| | | | | | I'm rearranging how I configure Emacs in this repository | ||||
| * | Add shepherd and mcron services for some applications | 2022-05-17 | 1 | -0/+12 | |
| | | |||||
| * | [emacs] Re-indent shepherd service file | 2022-03-03 | 1 | -10/+10 | |
| | | |||||
| * | Update GNUmakefile | 2022-01-30 | 2 | -0/+53 | |
| | | | | | | | | | | | | | | | | | | | | | | | | - Add the ‘dunst’, ‘zsh’, ‘mcron’, and ‘mbsync’ modules. - Tell Make that any ‘*.el’ files ar “precious”, meaning that when a ‘.elc’ file was generated from a ‘.el’ file that was itself generated from a ‘.org’ file, the ‘.el’ file isn't just an intermediate file and should not be deleted. - Change the ‘install’ and ‘clean’ to use the ‘*-stow’ and ‘*-clean’ rules set up for each module. - Add configuration for ‘outline-minor-mode’ and change the headings to adhere to that configuration. - Stop using the ‘build/’ directory, tangle all the files to the same directory as the source files, and use stow, not cp, to install them. The only exception is the XDG files, which now have their specific ‘xdg-stow’ rule. This is necessary because programs using these files will overwrite a symbolic link they find and replace it with a new file, overwriting my settings. - Add some files that were missing, and rename some files to follow the existing convention to make them easy to tangle. | ||||
| * | Add shepherd configuration with Emacs service | 2022-01-14 | 1 | -0/+16 | |
| | | |||||
| * | Add pre- and post-install recipes for configurations | 2020-05-09 | 1 | -0/+7 | |
| | | | | | | Use the post-install recipe for Emacs to configure it to open org-protocol requests. | ||||
| * | Clean up Emacs config | 2020-05-09 | 2 | -34/+0 | |
| | | | | | Everything’s moved to my emacs-config project | ||||
| * | Remove Emacs snippets | 2019-09-09 | 49 | -386/+0 | |
| | | | | | All of these snippets are now distributed with their Emacs configuration. | ||||
| * | Remove windows.mk | 2019-04-03 | 2 | -26/+0 | |
| | | |||||
| * | Move last bit of Emacs configuration to emacs-config | 2019-03-06 | 1 | -42/+0 | |
| | | |||||
| * | Move git commit configuration to emacs-config | 2019-03-06 | 1 | -2/+0 | |
| | | |||||
| * | Move NXML configuration to emacs-config | 2019-03-06 | 1 | -3/+0 | |
| | | |||||
| * | Remove comments | 2019-03-06 | 1 | -5/+0 | |
| | | |||||
| * | Remove oni-windows-nt requirement | 2019-03-06 | 1 | -3/+0 | |
| | | | | | All settings herein have been moved to emacs-config | ||||
| * | Move Tramp configuration to emacs-config | 2019-03-06 | 1 | -4/+0 | |
| | | |||||
| * | Remove Forge | 2019-03-06 | 1 | -4/+0 | |
| | | |||||
| * | Remove unused file | 2019-03-06 | 1 | -66/+0 | |
| | | |||||
| * | Remove OS-specific lisp files | 2019-03-06 | 2 | -45/+0 | |
| | | | | | This is now handled in the package-specific configuration files in emacs-config. | ||||
| * | Move sort configuration to emacs-config | 2019-03-06 | 1 | -4/+1 | |
| | | |||||
| * | Move VC configuration to emacs-config | 2019-03-06 | 1 | -3/+0 | |
| | | |||||
| * | Move settings to emacs-config | 2019-03-05 | 1 | -7/+0 | |
| | | |||||
| * | Move settings to emacs-config | 2019-03-04 | 1 | -4/+0 | |
| | | |||||
| * | Move IELM settings to emacs-config | 2019-03-04 | 1 | -1/+0 | |
| | | |||||
| * | Move alert settings to oni-alert | 2019-03-04 | 1 | -7/+0 | |
| | | |||||
| * | Move browse-url configuration to emacs-config | 2019-03-04 | 1 | -5/+0 | |
| | | |||||
| * | Move grep configuration to emacs-config | 2019-03-04 | 2 | -8/+0 | |
| | | |||||
| * | Move core Emacs settings to emacs-config | 2019-03-03 | 2 | -83/+0 | |
| | | |||||
| * | Move C configuration to emacs-config | 2019-03-03 | 1 | -8/+0 | |
| | | |||||
| * | Move Magit settings for Windows to emacs-config | 2019-03-03 | 1 | -4/+0 | |
| | | |||||
| * | Remove reference to vendor-lisp | 2019-03-03 | 1 | -5/+1 | |
| | | |||||
| * | Move RJSX configuration to emacs-configuration | 2019-03-03 | 1 | -1/+0 | |
| | | |||||
| * | Remove mbsync and msmtp configuration modes | 2019-03-03 | 3 | -145/+0 | |
| | | | | | They have been moved to their own projects. | ||||
