From 639e7c8e376c789fa868663e6257969a15d6652c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 8 Jan 2016 11:41:15 +0100 Subject: Enable lexical binding in circe init --- emacs/.emacs.d/init-circe.org | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init-circe.org b/emacs/.emacs.d/init-circe.org index 56655a3..8ef7a8f 100644 --- a/emacs/.emacs.d/init-circe.org +++ b/emacs/.emacs.d/init-circe.org @@ -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 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 In order to keep compiler warnings to a minimum, require the -- cgit v1.2.3-54-g00ecf