Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kuanyui/.emacs.d
ˊ・ω・ˋ Emacs~~
https://github.com/kuanyui/.emacs.d
Last synced: 3 months ago
JSON representation
ˊ・ω・ˋ Emacs~~
- Host: GitHub
- URL: https://github.com/kuanyui/.emacs.d
- Owner: kuanyui
- Created: 2013-12-24T17:13:06.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T09:43:10.000Z (7 months ago)
- Last Synced: 2024-04-09T04:26:23.244Z (7 months ago)
- Language: Emacs Lisp
- Size: 19.5 MB
- Stars: 28
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ˊ・ω・ˋ Emacs~~
This is an init file for a non-programmer. Without any warranty surely because this is just for my personal usage. =w=+## Requirements
- Linux or OSX. (Mainly used on Linux, Havn't tried on Windows. OSX may broken because I've left it for a long time.)
- Emacs 26.1 (Basically I always follow latest stable. See git's tags for other versions)
- Recommended for CLI Emacs.## Usage
```shell
cd && git clone --recursive https://github.com/kuanyui/.emacs.d
```## Byte Compile Packages in `elpa/` (Optional)
Compile `.el` into `.elc`.
```shell
emacs --load ./byte-compile-packages-in-elpa.el
```