Hello, and welcome to my Emacs configuration files.
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"
Then run M-x all-the-icons-install-fonts
to install fonts for the modeline (and other things?).