diff options
Diffstat (limited to 'emacs/.config/emacs-kj/lisp')
-rw-r--r-- | emacs/.config/emacs-kj/lisp/kj-history.el | 2 |
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.") |