Skip to content

mattmahn/emacsfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"

Then run M-x all-the-icons-install-fonts to install fonts for the modeline (and other things?).

Used In

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published