Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jwiegley/dot-emacs
My .emacs.el file and other personal Emacs goodies
https://github.com/jwiegley/dot-emacs
Last synced: 24 days ago
JSON representation
My .emacs.el file and other personal Emacs goodies
- Host: GitHub
- URL: https://github.com/jwiegley/dot-emacs
- Owner: jwiegley
- Created: 2009-02-21T18:47:16.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-05-29T04:15:40.000Z (5 months ago)
- Last Synced: 2024-05-29T11:29:25.896Z (5 months ago)
- Language: Emacs Lisp
- Homepage: http://www.newartisans.com
- Size: 196 MB
- Stars: 655
- Watchers: 51
- Forks: 95
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dot-emacs
My .emacs file and other personal Emacs goodies.
I keep my Emacs file in literate Org mode, so that it's easier to organize and
also document how things are to be used, since there are enough packages that
I often forget. You can view that document here:https://github.com/jwiegley/dot-emacs/blob/master/init.org
NOTE: I no longer use git-subtree and submodules to track dependencies.
Instead, everything is built and managed using Nix and Nix overlays:
https://github.com/jwiegley/nix-config/blob/master/overlays/10-emacs.nix