Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlinden/dot-emacs
My Emacs Config
https://github.com/tlinden/dot-emacs
Last synced: 17 days ago
JSON representation
My Emacs Config
- Host: GitHub
- URL: https://github.com/tlinden/dot-emacs
- Owner: TLINDEN
- License: bsd-2-clause
- Created: 2017-06-17T16:54:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T11:11:11.000Z (8 months ago)
- Last Synced: 2024-06-11T12:35:18.821Z (8 months ago)
- Language: Emacs Lisp
- Size: 977 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.org
- License: LICENSE
Awesome Lists containing this project
README
# My Personal Emacs Configuration
This is my personal emacs configuration. It is more than 20 years old
and may contain obskure or outright nonsense code and customization.I use this live whereever I use emacs. You may try it at your own risk
or take a look as you wish.Please be advised, that I'll not answer any issues or other requests
for this repo.You can read the [HTML export of my OLD .emacs file here](https://rawgit.com/TLINDEN/dot-emacs/master/emacs.html).
# How it works
Check this repo out into `~/.emacs.d/`.
The starting point is `init.el`, it configures some global things and
initializes the package manager. It then loads every file in
`~/.emacs.d/init/*.el`, which are symlinks to the real load files.In order to be able to force a particular load order, every symlink
contains a number in its name.To disable some module, just remove the symlink.
# License
GPLv3