aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Move Tramp configuration to emacs-configGravatar Tom Willemse2019-03-061-4/+0
|
* Remove ForgeGravatar Tom Willemse2019-03-061-4/+0
|
* Remove unused fileGravatar Tom Willemse2019-03-061-66/+0
|
* Remove OS-specific lisp filesGravatar Tom Willemse2019-03-062-45/+0
| | | | This is now handled in the package-specific configuration files in emacs-config.
* Move sort configuration to emacs-configGravatar Tom Willemse2019-03-061-4/+1
|
* Move VC configuration to emacs-configGravatar Tom Willemse2019-03-061-3/+0
|
* Move settings to emacs-configGravatar Tom Willemse2019-03-051-7/+0
|
* Move settings to emacs-configGravatar Tom Willemse2019-03-041-4/+0
|
* Move IELM settings to emacs-configGravatar Tom Willemse2019-03-041-1/+0
|
* Move alert settings to oni-alertGravatar Tom Willemse2019-03-041-7/+0
|
* Move browse-url configuration to emacs-configGravatar Tom Willemse2019-03-041-5/+0
|
* Move grep configuration to emacs-configGravatar Tom Willemse2019-03-042-8/+0
|
* Move core Emacs settings to emacs-configGravatar Tom Willemse2019-03-032-83/+0
|
* Move C configuration to emacs-configGravatar Tom Willemse2019-03-031-8/+0
|
* Move Magit settings for Windows to emacs-configGravatar Tom Willemse2019-03-031-4/+0
|
* Remove reference to vendor-lispGravatar Tom Willemse2019-03-031-5/+1
|
* Move RJSX configuration to emacs-configurationGravatar Tom Willemse2019-03-031-1/+0
|
* Remove mbsync and msmtp configuration modesGravatar Tom Willemse2019-03-033-145/+0
| | | | They have been moved to their own projects.
* Remove unused themeGravatar Tom Willemse2019-03-031-36/+0
|
* Move delete-trailing-whitespace into initGravatar Tom Willemse2019-03-032-69/+6
| | | | It's small enough that it doesn't require its own file.
* Move Projectile configuration for Windows to emacs-configGravatar Tom Willemse2019-03-011-5/+0
|
* Move Ivy configuration to emacs-configGravatar Tom Willemse2019-02-282-21/+0
|
* Move Counsel configuration to emacs-configGravatar Tom Willemse2019-02-281-9/+0
|
* Remove site-lispGravatar Tom Willemse2019-02-282-17/+1
| | | | Everything has been moved to other projects
* Remove whitespace-only-tabs-modeGravatar Tom Willemse2019-02-281-36/+0
| | | | Each configuration defines its own mode for the moment.
* Move Makefile configuration to emacs-configGravatar Tom Willemse2019-02-281-4/+0
|
* Remove reference to init/ everything has been moved to ↵Gravatar Tom Willemse2019-02-283-6/+2
| | | | emacs-config
* Move bookmarks configuration to emacs-configGravatar Tom Willemse2019-02-282-42/+0
|
* Move shr configuration to emacs-configGravatar Tom Willemse2019-02-272-41/+0
|
* Move web-mode configuration to emacs-configGravatar Tom Willemse2019-02-272-42/+0
|
* Move yasnippet configuration to emacs-configGravatar Tom Willemse2019-02-262-39/+0
|
* Move Rust configuration to emacs-configGravatar Tom Willemse2019-02-262-34/+0
|
* Remove reference to old fileGravatar Tom Willemse2019-02-261-1/+0
|
* Move Scheme configuration to emacs-configGravatar Tom Willemse2019-02-262-36/+0
|
* Move Ruby configuration to emacs-configGravatar Tom Willemse2019-02-262-33/+0
|
* Move elec-pair-init to init for easier refactoring laterGravatar Tom Willemse2019-02-262-31/+2
|
* Move Gnus configuration to emacs-configGravatar Tom Willemse2019-02-262-54/+0
|