Enable lexical binding

This commit is contained in:
contrapunctus 2022-02-17 13:29:08 +05:30
parent 84d468e7bc
commit 500b983242
1 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,11 @@
#+TODO: TODO WIP WISH CLEANUP FIXME REVIEW |
#+OPTIONS: use-property-inheritance:t
#+PROPERTY: header-args :load yes :tangle init.el :comments link
#+EXCLUDE_TAGS: disabled
#+BEGIN_SRC emacs-lisp :comments no :tangle yes
;; -*- lexical-binding: t -*-
#+END_SRC
Some background is important to understand my keybinding choices -
1. I use modifier-less bindings wherever possible. Hydra and modal editing make up most of my interaction with Emacs.