Skip to content

lennertfranssens/emacs_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

emacs_config

Windows

  1. Install emacs via website (download and extract zip file)
  2. Copy .emacs file to AppData\Roaming
  3. Run Emacs

Linux

  1. Install emacs
  2. In terminal open a new file: sudo nano ~/.emacs
  3. Paste .emacs to that file
  4. Run Emacs

Or autmated:

git clone git@github.com:lennertfranssens/emacs_config.git
config=$(cat emacs_config/REMOVE_BEFORE_DOT.emacs)
echo "${config}" > ~/.emacs
sudo rm -rf emacs_config

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published