blob: c5398be1036b5c1840c5dd5bda4e91aaeb36f5b9 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
(in-package :stumpwm)
(setf *default-package* :stumpwm)
;; Utils
(load "~/.stumpwm.d/utils.lisp")
;; Theme
(load "~/.stumpwm.d/theme.lisp")
;; Commmands
(load "~/.stumpwm.d/commands.lisp")
;; Groups
(load "~/.stumpwm.d/groups.lisp")
;; Modeline
(load "~/.stumpwm.d/modeline.lisp")
;; Keybindings
(load "~/.stumpwm.d/keybindings.lisp")
|