Skip to content

shanhaiying/.emacs.d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

.emacs.d

My Emacs configuration

Setup

$ git clone https://github.com/lunaryorn/.emacs.d.git ~/.emacs.d

OS X support

$ brew install trash coreutils

Spell checking

$ brew install aspell --with-lang-de --with-lang-en

Python support

$ pip install -U --user virtualenv pylint ipython

Haskell support

$ cabal install hlint hasktags hoogle present

Shell scripting

$ brew install shellcheck

Markdown support

$ brew install pandoc

Ansible support

$ brew install ansible

Usage

My init.el only contains package configuration (with use-package) and Emacs settings, but no functions. I keep my functions in separate files in the lisp/ directory, which I load and configure with use-package.

All 3rd party packages come from MELPA or GNU ELPA. I use the :ensure feature of use-package to automatically install missing packages.

Notable packages

About

Personal Emacs configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published