[StumpWM] Remove commented code

This commit is contained in:
Lucien Cartier-Tilet 2021-08-24 11:58:15 +02:00
parent e05d4bc77d
commit 00a93963fa
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 0 additions and 6 deletions

View File

@ -108,17 +108,11 @@ function or a variable from this package.
(setf *default-package* :stumpwm)
#+end_src
Since I install StumpWM with my package manager (I use the AURs
~stumpwm-git~ package), StumpWMs modules are installed to
~/usr/share/stupmwm/contrib/utils/~, lets indicate that to StumpWM.
#+begin_src lisp
;; (set-module-dir "/usr/share/stupmwm/contrib/utils/")
(set-module-dir "/usr/share/stupmwm/contrib/")
;; (dolist (path '("/usr/share/stumpwm/contrib/utils/"
;; "/usr/share/stumpwm/contrib/minor-mode"
;; "/usr/share/stumpwm/contrib/modeline"))
;; (add-to-load-path path))
#+end_src
A startup message can be used when initializing StumpWM. For now,