Enable lexical binding in circe init
This commit is contained in:
parent
585fcf65f6
commit
639e7c8e37
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue