Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/achinrichs/emacs-config
https://github.com/achinrichs/emacs-config
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/achinrichs/emacs-config
- Owner: ACHinrichs
- License: unlicense
- Created: 2017-05-05T07:31:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-11T14:19:04.000Z (4 months ago)
- Last Synced: 2024-07-11T16:28:39.606Z (4 months ago)
- Language: Emacs Lisp
- Size: 245 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emacs-config
This is my personal `.emacs.d`-directory, and some other usefull
things (located in /usefull) like a linux `.desktop` file to run
emacsclient## Installation
Clone this repo to `~/.emacs.d` (or create a hardlink) to use the
configuration. The gitignore should exclude everything ›personal‹ from
commits, but if you want to contribute to this repo, be sure to check
the files before you `git add .` :grin:.To use `all-the-icons`, which is used by `NeoTree` please execute
```
M-x all-the-icons-install-fonts
```
to install the fonts. If you do not do that *before* you start emacs
with NeoTree, emacs will crash instantly.For the other usefull things I commited, see the sectios below.
## runemacsclient
If you are using Ubuntu (possibly works with other distros, but I have
not tested) copy `runemacsclient` and the image to `usr/local/bin/`
and the `.desktop`-file to `/usr/share/applications/`## External Credits
The Emacs-Client-Icon is from
[emacs.sexy](https://github.com/picandocodigo/emacs.sexy)