mirror of
https://github.com/stumpwm/stumpwm-contrib.git
synced 2026-09-10 07:26:25 -04:00
15 lines
248 B
Org Mode
15 lines
248 B
Org Mode
** Usage
|
|
|
|
Put:
|
|
#+BEGIN_SRC lisp
|
|
(load-module "mem")
|
|
#+END_SRC
|
|
|
|
In your =~/.stumpwmrc=
|
|
|
|
Then you can use "%M" and/or "%N in your mode line format.
|
|
|
|
** Notes
|
|
This is specific to Linux.
|
|
The %M mode line formatter is also used by the 'maildir' module.
|