/.emacs.d

emacs init files

Primary LanguageEmacs Lisp

My emacs config

git clone --recursive git@github.com:tmtxt/.emacs.d.git ~/.emacs.d

Some require packages

Linux:

  • clang for using ac-autocomplete-clang in C/C++ programming

MacOS

  • gnu coreutils installed in /opt/local/libexec/gnubin/. Install it using macports: sudo port install coreutils findutils.
  • gnupg for using EasyPG. Install it using macports: sudo port install gnupg
  • aspell for spell checking. Install it using macports: sudo port install aspell / sudo port install aspell-dict-en

This repo does not support MS Windows