Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/birkenfeld/.emacs.d
Emacs configuration
https://github.com/birkenfeld/.emacs.d
Last synced: 19 days ago
JSON representation
Emacs configuration
- Host: GitHub
- URL: https://github.com/birkenfeld/.emacs.d
- Owner: birkenfeld
- Created: 2015-01-23T19:26:27.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-10-04T09:03:19.000Z (3 months ago)
- Last Synced: 2024-10-31T10:42:55.420Z (2 months ago)
- Language: Emacs Lisp
- Size: 69.7 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
Emacs configuration of Georg Brandl
===================================This is my personal ``.emacs.d`` directory. Feel free to copy anything
you like and adapt it to your liking.I'm just committing anything installed through elpa, so it might not
always be up-to-date.**Purpose of subdirectories**
- ``setup``: code that gets run on initialization of emacs
- ``local-setup``: not in the repository; code that gets run on init
- ``lisp``: my own lisp libraries, or single-file libraries not on ELPA
- ``ext-lisp``: third-party large lisp libraries not on ELPA
- ``themes``: lisp files that contain color themes
- ``elpa``: third-party lisp libraries installed from ELPA
- ``saved``: will contain all files/dirs with saved stuff/caches created by emacs