Enable lexical binding in circe init

This commit is contained in:
Tom Willemse 2016-01-08 11:41:15 +01:00
parent 585fcf65f6
commit 639e7c8e37

View file

@ -9,6 +9,12 @@ wasn't all that easy. A friend of mine was using Circe and he helped
me figure out how to get started with customizing Circe the way I me figure out how to get started with customizing Circe the way I
wanted it. So now I use Circe. wanted it. So now I use Circe.
* Enable lexical binding
#+BEGIN_SRC emacs-lisp :padline no
;; -*- lexical-binding: t -*-
#+END_SRC
* Require the needed libraries * Require the needed libraries
In order to keep compiler warnings to a minimum, require the In order to keep compiler warnings to a minimum, require the