mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
14 lines
336 B
Org Mode
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
|