summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs-kj/lisp/kj-history.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.config/emacs-kj/lisp/kj-history.el')
-rw-r--r--emacs/.config/emacs-kj/lisp/kj-history.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs/.config/emacs-kj/lisp/kj-history.el b/emacs/.config/emacs-kj/lisp/kj-history.el
index debd23c..3b0bb68 100644
--- a/emacs/.config/emacs-kj/lisp/kj-history.el
+++ b/emacs/.config/emacs-kj/lisp/kj-history.el
@@ -1,3 +1,5 @@
+;; -*- lexical-binding: t; -*-
+
(defvar kj/history-command "fc -R $HISTFILE && fc -l 1"
"History command used to get shell history.")