mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
- exported symbol *command-history-file*.
This commit is contained in:
parent
f708ec885e
commit
f74791c02a
|
|
@ -2,9 +2,6 @@
|
||||||
|
|
||||||
(in-package #:command-history)
|
(in-package #:command-history)
|
||||||
|
|
||||||
(export '(*start-hook*
|
|
||||||
*quit-hook*))
|
|
||||||
|
|
||||||
(defvar *home-dir* (getenv "HOME"))
|
(defvar *home-dir* (getenv "HOME"))
|
||||||
|
|
||||||
(defvar *command-history-file*
|
(defvar *command-history-file*
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,10 @@
|
||||||
;;;; package.lisp
|
;;;; package.lisp
|
||||||
|
|
||||||
(defpackage #:command-history
|
(defpackage #:command-history
|
||||||
(:use #:cl :stumpwm))
|
(:use
|
||||||
|
:cl
|
||||||
|
:stumpwm)
|
||||||
|
(:export
|
||||||
|
:*command-history-file*
|
||||||
|
:*start-hook*
|
||||||
|
:*quit-hook*))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue