summaryrefslogtreecommitdiff
path: root/emacs/.config/emacs-kj/lisp/kj-history.el
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2024-01-07 13:04:45 -0500
committerKjetil Orbekk <kj@orbekk.com>2024-01-07 13:04:45 -0500
commit7a07cdd61d626b42f2b05ef8fb843a29b57ed580 (patch)
treefe02140e0d66312e35ce0f1236fdf50eafb490f1 /emacs/.config/emacs-kj/lisp/kj-history.el
parentd2f973eb627c64f25e76d08418956e9a26b9853a (diff)
Testing new configuration
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.")