From 7a07cdd61d626b42f2b05ef8fb843a29b57ed580 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sun, 7 Jan 2024 13:04:45 -0500 Subject: Testing new configuration --- emacs/.config/emacs-kj/lisp/kj-history.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs/.config/emacs-kj/lisp/kj-history.el') 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.") -- cgit v1.2.3