terry3 / my-emacs-conf

My emacs confirguration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

my-emacs-conf

Attention

This emacs.d config only for Mac OS, just for my daily use.

Preparation

I do use lisp for trainning my skills, so if you want install successfully with the default config, you must install the below things.

$ brew install texinfo
$ brew link texinfo

Or you just can comment the code in init.el

;; (require 't-lisp)

Install

It's easy to install like other emacs.d, the dependency will be installed automatically which is get benefit by el-get.

$ cd
$ git clone https://github.com/terry3/my-emacs-conf .emacs.d
$ emacs

FAQ

Please let me know if there are any questions.

About

My emacs confirguration


Languages

Language:Emacs Lisp 100.0%