My personal emacs setup. Probably useful only for myself.
Go to file
Seth Morabito a09cefd186 Additional cleanup 2023-09-16 09:24:26 -07:00
lisp Remove loomcom-blog submodule 2023-01-28 14:01:08 -08:00
local Added gitignore for local 2014-03-16 11:30:49 -07:00
org Update standard latex export 2021-03-14 13:09:49 -07:00
snippets Better snippets 2022-10-29 12:08:17 -07:00
.gitignore Mastodon mode 2022-11-20 20:17:49 -08:00
.gitmodules Remove loomcom-blog submodule 2023-01-28 14:01:08 -08:00
LICENSE Finally added a license to the README 2019-05-09 16:20:13 -07:00
README.org Removed submodules, no longer needed 2022-01-06 08:34:19 -08:00
configuration.org Additional cleanup 2023-09-16 09:24:26 -07:00
init.el Removed submodules, no longer needed 2022-01-06 08:34:19 -08:00

README.org

My Emacs Configuration

This is my Emacs configuration. It's been written and rewritten and refactored and migrated and changed and updated since the 1990s.

I keep this setup in git because I like to keep it up to date across all the computers I use — work laptop, home workstation, home laptop, development servers, etc.

A lot of this stuff is pretty specific to my personal needs, but feel free to steal ideas.

Structure

My Emacs configuration is kept in Literate Configuration style. This means that my configuration is a human-readable document that puts comments first, and embeds the actual configuration elisp as code snippets.

The main file is called [configuration.org](configuration.org), and is in org-mode format.

Files found in ~/.emacs.d/local (if it exists) are ignore by Git, but added to the load path.

Usage

If you already have an .emacs.d directory, make a backup!

$ mv -f ~/.emacs.d ~/.emacs.d.OLD

Then, simply clone the project.

$ git clone git@github.com:sethm/emacs-files.git ~/.emacs.d

License

Copyright 19952022, Seth J. Morabito <web@loomcom.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.