Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

valera-rozuvan-archive/emacs-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

emacs-config

wip has moved

Future work on this repository has moved to the monorepo valera-rozuvan/dotfiles. This repo is archived for historic purposes (to preserve commit history). Navigate over to dotfiles/emacs/emacs-config to see updates (if any).

introduction

My configuration for emacs.

Requirements

It is assumed that Emacs version 24.3 or later is installed on your system.

Setup

cd ~/
rm -rf .emacs*
mkdir tmp
cd tmp
git clone [email protected]:valera-rozuvan/emacs_config.git
cd emacs_config
mv _emacs.d .emacs.d
mv .emacs ~/
mv .emacs.d ~/
cd ~/
rm -rf tmp

Author

Valera Rozuvan