No description, website, or topics provided.
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
README.org
emacs-config.org
emacs.el init commit Mar 4, 2018

README.org

emacsfiles

Hello, and welcome to my Emacs configuration files.

Installation

git clone https://github.com/mattmahn/emacsfiles.git ~/.emacsfiles

On Windows, set the %HOME% environment variable (probably to %USERPROFILE%).

Find your Emacs configuration file by reading the documentation, or evaluating (%HOME% will change this!)

(concat (expand-file-name user-emacs-directory) "init.el")

Symlink the emacs init file to this repo’s emacs.el. On *nix:

ln -sv ~/.emacsfiles/emacs.el "${PATH_FROM_ABOVE:-~/.emacs.el}"

On Windows (as admin, unless developer mode is enabled):

New-Item -Path "$PATH_FROM_ABOVE" -ItemType SymbolicLink -Value "$HOME\.emacsfiles\emacs.el"

Used In