[StumpWM] Remove commented code
This commit is contained in:
parent
e05d4bc77d
commit
00a93963fa
@ -108,17 +108,11 @@ function or a variable from this package.
|
|||||||
(setf *default-package* :stumpwm)
|
(setf *default-package* :stumpwm)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
Since I install StumpWM with my package manager (I use the AUR’s
|
Since I install StumpWM with my package manager (I use the AUR’s
|
||||||
~stumpwm-git~ package), StumpWM’s modules are installed to
|
~stumpwm-git~ package), StumpWM’s modules are installed to
|
||||||
~/usr/share/stupmwm/contrib/utils/~, let’s indicate that to StumpWM.
|
~/usr/share/stupmwm/contrib/utils/~, let’s indicate that to StumpWM.
|
||||||
#+begin_src lisp
|
#+begin_src lisp
|
||||||
;; (set-module-dir "/usr/share/stupmwm/contrib/utils/")
|
|
||||||
(set-module-dir "/usr/share/stupmwm/contrib/")
|
(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
|
#+end_src
|
||||||
|
|
||||||
A startup message can be used when initializing StumpWM. For now,
|
A startup message can be used when initializing StumpWM. For now,
|
||||||
|
Loading…
Reference in New Issue
Block a user