https://github.com/natural/emacs
Emacs Config
https://github.com/natural/emacs
emacs emacs-configuration emacs-customizations emacs-initialization emacs-lisp text
Last synced: 2 months ago
JSON representation
Emacs Config
- Host: GitHub
- URL: https://github.com/natural/emacs
- Owner: natural
- License: mit
- Created: 2019-05-18T21:20:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-18T21:43:42.000Z (about 6 years ago)
- Last Synced: 2025-01-28T14:44:02.617Z (4 months ago)
- Topics: emacs, emacs-configuration, emacs-customizations, emacs-initialization, emacs-lisp, text
- Language: Emacs Lisp
- Size: 377 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Emacs Config
Some pictures are worth some words:
# Installation
```shell
$ git clone [email protected]:natural/emacs.git
$ mkdir -p ~/.emacs.d
$ ln -s `pwd`/emacs/init.el ~/.emacs.d/init.el
$ emacs &
```