Skip to content

alang9/emacs-configuration

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is my emacs configuration. The first step is to install package dependencies:

./install-packages.sh

Once that's done, you'll need to link the ~/.emacs and ~/.emacs.d to the files in the branch:

cd ~/
ln -s ~/src/jkakar/emacs-configuration/emacs .emacs
ln -s ~/src/jkakar/emacs-configuration/emacs.d .emacs.d

The emacs.d directory contains local and plugins subdirectories. The local directory contains local configuration, organized into files by type. The plugins directory contains unpackaged emacs modules.

About

My .emacs file and .emacs.d directory

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 98.3%
  • Python 1.6%
  • Shell 0.1%