;;; 01-linuxplus-lesson-history-file.el --- linuxplus-lesson-history-file (defvar linuxplus-lesson-history-file (expand-file-name "~/.emacs.d/linuxplus-lesson-history.el") "File used to save `linuxplus-lesson-history` across Emacs sessions.") ;;; 01-linuxplus-lesson-history-file.el ends here