Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freetonik/emacs-dotfiles
My Emacs config
https://github.com/freetonik/emacs-dotfiles
Last synced: 14 days ago
JSON representation
My Emacs config
- Host: GitHub
- URL: https://github.com/freetonik/emacs-dotfiles
- Owner: freetonik
- Created: 2018-08-02T15:39:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-17T12:51:55.000Z (over 4 years ago)
- Last Synced: 2024-10-29T19:18:45.058Z (about 1 month ago)
- Language: Emacs Lisp
- Size: 483 KB
- Stars: 116
- Watchers: 11
- Forks: 14
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - emacs-dotfiles - My Emacs config (Emacs Lisp)
README
# Emacs configuration file
I used to store my Emacs config as an .org-file. On save, it used to run babel to generate the real init.el file, then byte-compile it to .elc in order to gain marginal improvement in startup time.
In an attempt to simplify every little aspect of my computing environent, I have replaced this system with a simple init.el file without babel-tangling and byte-compilation. I also disabled many things and cleaned up a few details.
The last iteration of the .org-file is `init.old.org`. It is not used and stays here for posterity.