https://github.com/mattms/my_emacs_settings
https://github.com/mattms/my_emacs_settings
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattms/my_emacs_settings
- Owner: MattMS
- License: mit
- Created: 2018-05-01T02:25:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T04:44:38.000Z (over 7 years ago)
- Last Synced: 2025-02-01T16:11:20.413Z (over 1 year ago)
- Language: Emacs Lisp
- Size: 43.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Emacs settings
This repo contains my Emacs configuration folder.
The configuration was started from scratch, with settings added as I need them.
I am still getting started with Emacs, so there are likely better ways to do things.
The settings are heavily based on my Vim key-bindings (using Evil).
Links are likely to where I discovered a setting, or standard documentation.
## Setup
### Windows
Create a symbolic-link at the default Emacs init location:
mklink /D C:\Users\matt\AppData\Roaming\.emacs.d C:\Users\matt\settings\emacs
Using `/D` to specify the link is to a directory.
## Packages
### Magit
- [Installing from Elpa](https://magit.vc/manual/magit/Installing-from-an-Elpa-Archive.html#Installing-from-an-Elpa-Archive)
### Ranger
- Melpa: ranger
- [GitHub](https://github.com/ralesi/ranger.el)