Skip to content

Commit 1e874b3

Browse files
committed
Use lexical binding
This package does not appear to depend on dynamic binding. Lexical binding has been a thing since Emacs 24. "Special" variables (those defined with defvar and similar) are still dynamic in lexical binding mode. In general, lexical binding is either a bit faster or has zero impact, and should always be turned on. Details: https://nullprogram.com/blog/2016/12/22/
1 parent 2b25d09 commit 1e874b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wakatime-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; wakatime-mode.el --- Automatic time tracking extension for WakaTime
1+
;;; wakatime-mode.el --- Automatic time tracking extension for WakaTime -*- lexical-binding: t; -*-
22

33
;; Copyright (C) 2013 Gabor Torok <gabor@20y.hu>
44

0 commit comments

Comments
 (0)