stumpwm.stumpwm-contrib/util/command-history/README.org
2018-01-17 22:04:17 -05:00

14 lines
336 B
Org Mode

# command-history
*** Problem
After quiting StumpWM, you command history is gone.
This simple plugin saves the lisp =stumpwm::*input-history*= to =~/.stumpwm.d/history= and loads it again when starting StumpWM.
** Usage
Add this to your =.stumpwmrc=:
Load contrib module:
#+BEGIN_SRC lisp
(load-module "command-history")
#+END_SRC