Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rougier/emacs-defaults
Defaults setting for vanilla emacs
https://github.com/rougier/emacs-defaults
default emacs emacs-configuration lisp settings
Last synced: 3 months ago
JSON representation
Defaults setting for vanilla emacs
- Host: GitHub
- URL: https://github.com/rougier/emacs-defaults
- Owner: rougier
- Created: 2020-09-15T09:01:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-15T09:06:56.000Z (about 4 years ago)
- Last Synced: 2024-05-02T01:12:35.258Z (6 months ago)
- Topics: default, emacs, emacs-configuration, lisp, settings
- Language: Emacs Lisp
- Homepage:
- Size: 2.93 KB
- Stars: 15
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
*Emacs defaults settings*
The goal of this [[defaults.el][configuration file]] is to materialize what are Emacs default
settings. If you start emacs using =emacs -q= or =emacs -q -l defaults.el= you
should obtain the exact same look and behavior.*How to contribute*
For any setting that can be set, you can add a one line description and the
actual setting with default value. For example, for line spacing:#+begin_src lisp
;; Line spacing (in pixels)
(setq-default line-spacing 0)
#+end_srcYou can then send me your proposed change through a pull request.
*Note:* Since there are many default key bindings, I only added the most obvious
and frequent ones. Feel free to propose some I may have forgot.