nithinbekal / emacs.d

My Emacs config

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Emacs configuration with evil-mode

Emacs configuration, which is mostly a port of my vimrc.

The init.el file contains all of my emacs configuration. I use the excellent use-package package for managing package configuration.

Open Jekyll

My setup for opening my Jekyll blog in emacs and running jekyll serve in a shell buffer can be found in jekyll.el. The Jekyll blog can be run by:

emacs -nw --load path/to/jekyll.el

Links

Here's a few awesome emacs configurations that helped me get this set up.

About

My Emacs config


Languages

Language:Emacs Lisp 100.0%