aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
* Emacs: Automatically load ‘phel-mode’ for .phel filesHEADmainGravatar Tom Willemse3 days1-0/+9
|
* Emacs: Reorganize consult configurationGravatar Tom Willemse3 days1-12/+10
|
* Emacs: Add golden ratio configurationGravatar Tom Willemse3 days1-0/+16
|
* emacs: Add corfu configurationGravatar Tom Willemse3 days1-0/+21
|
* emacs: Add minions mode to hid minor modesGravatar Tom Willemse3 days1-0/+10
|
* emacs: Add eglot configuration for org-modeGravatar Tom Willemse3 days1-0/+13
|
* emacs: Enable rainbow-delimiters for PHP and Emacs LispGravatar Tom Willemse3 days1-1/+2
|
* emacs: Add markdown-indent-modeGravatar Tom Willemse3 days1-0/+7
|
* emacs: Define some directory-local attributesGravatar Tom Willemse3 days1-0/+34
|
* emacs: Set wakatime path for MacosGravatar Tom Willemse3 days1-1/+3
|
* emacs: Fix typoGravatar Tom Willemse3 days1-1/+1
|
* emacs: Add commentGravatar Tom Willemse3 days1-1/+1
|
* Emacs: Add wakatimeGravatar Tom Willemse3 days1-0/+10
|
* emacs: Add commentGravatar Tom Willemse3 days1-1/+1
|
* emacs: Move package configuration to init.orgGravatar Tom Willemse3 days1-4/+6
|
* emacs: Move ace-window config to init.orgGravatar Tom Willemse3 days1-1/+13
|
* emacs: Add org-caldav configurationGravatar Tom Willemse3 days1-0/+17
|
* emacs: Add more modulesGravatar Tom Willemse3 days7-0/+71
|
* oni-flycheck: Add phpstanGravatar Tom Willemse2026-06-181-0/+1
|
* emacs: Install orderlessGravatar Tom Willemse2026-06-161-7/+10
|
* oni-dashboard: Add navigatorGravatar Tom Willemse2026-06-151-0/+11
|
* oni-dumb-jump: Fix issue trying to perpetually reinstall ↵Gravatar Tom Willemse2026-06-151-1/+1
| | | | ripgrep
* oni-php: Fix errorGravatar Tom Willemse2026-06-151-0/+1
|
* oni-php: Add scripts directoryGravatar Tom Willemse2026-06-152-1/+49
|
* wezterm: Replace Lua config with FennelGravatar Tom Willemse2026-06-151-0/+6
|
* emacs: Add oni-grepGravatar Tom Willemse2026-06-121-0/+29
|
* oni-dashboard: Use ‘display-buffer’ instead of ↵Gravatar Tom Willemse2026-06-111-4/+5
| | | | ‘switch-to-buffer’
* Emacs: Add mixed-pitch modeGravatar Tom Willemse2026-06-111-0/+6
|
* Update Emacs configGravatar Tom Willemse2026-06-1016-138/+705
| | | | | This is mainly used by my work machine at the moment, but that should change soon.
* Update MacOS setupGravatar Tom Willemse2026-06-103-0/+835
|
* Emacs: Add Lua modeGravatar Tom Willemse2026-05-291-0/+9
|
* Emacs: Add gitignore for built filesGravatar Tom Willemse2026-05-291-0/+1
|
* Emacs: Add magitGravatar Tom Willemse2026-05-291-0/+9
|
* Emacs: Add php-modeGravatar Tom Willemse2026-05-291-0/+9
|
* Emacs: Add dockerfile modeGravatar Tom Willemse2026-05-291-0/+9
|
* Emacs: Add MELPA package archiveGravatar Tom Willemse2026-05-291-0/+8
|
* Emacs: Don't load oni modulesGravatar Tom Willemse2026-05-291-5/+0
| | | | I'm rearranging how I configure Emacs in this repository
* Add shepherd and mcron services for some applicationsGravatar Tom Willemse2022-05-171-0/+12
|
* [emacs] Re-indent shepherd service fileGravatar Tom Willemse2022-03-031-10/+10
|
* Update GNUmakefileGravatar Tom Willemse2022-01-302-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 serviceGravatar Tom Willemse2022-01-141-0/+16
|
* Add pre- and post-install recipes for configurationsGravatar Tom Willemse2020-05-091-0/+7
| | | | | Use the post-install recipe for Emacs to configure it to open org-protocol requests.
* Clean up Emacs configGravatar Tom Willemse2020-05-092-34/+0
| | | | Everything’s moved to my emacs-config project
* Remove Emacs snippetsGravatar Tom Willemse2019-09-0949-386/+0
| | | | All of these snippets are now distributed with their Emacs configuration.
* Remove windows.mkGravatar Tom Willemse2019-04-032-26/+0
|
* Move last bit of Emacs configuration to emacs-configGravatar Tom Willemse2019-03-061-42/+0
|
* Move git commit configuration to emacs-configGravatar Tom Willemse2019-03-061-2/+0
|
* Move NXML configuration to emacs-configGravatar Tom Willemse2019-03-061-3/+0
|
* Remove commentsGravatar Tom Willemse2019-03-061-5/+0
|
* Remove oni-windows-nt requirementGravatar Tom Willemse2019-03-061-3/+0
| | | | All settings herein have been moved to emacs-config