Reese-D / my_emacs

This is a custom .emacs.d folder so that my emacs setup can be used across devices and operating systems easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my_emacs

This is now outdated as of 6/29/2020, I've created a new repository called .emacs.d so that the file doesn't have to be renamed each time it's pulled, please use that instead

Initialization

Simply clone this, move to your home directory, and rename this file .emacs.d

The first time it's run a large number of files may need to be downloaded from melpa, and an elpa folder will be created automatically. I've zipped up the elpa file I had just as a backup, but it can be completely ignored or deleted it is not used.

You can create a directory called scripts in this folder, and any files should be automatically loaded in by the init.el file on startup

Keybindings

Most keybindings are listed in the init.el file, look for the "use-package" calls, most of these will have a :bind section that will display any modified keybindings. There are a couple further down in the file that aren't related to any specific package

About

This is a custom .emacs.d folder so that my emacs setup can be used across devices and operating systems easily


Languages

Language:Emacs Lisp 100.0%