huyyeegz / .emacs.d

emacs init files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

emacs init files


Languages

Language:Emacs Lisp 90.7%Language:Common Lisp 7.2%Language:Python 0.9%Language:Scheme 0.8%Language:Groff 0.1%Language:JavaScript 0.1%Language:Standard ML 0.1%Language:Ruby 0.0%Language:Shell 0.0%Language:Makefile 0.0%Language:NewLisp 0.0%Language:C 0.0%Language:HTML 0.0%Language:Forth 0.0%