spacemacs/layers/+distributions
Lucius Hu 215b634981 spacemacs-bootstrap: refactor
- Replaced `(set (make-local-variable 'foo) bar)` with `(setq-local foo bar)`
- Replaced `(when (not foo) bar)` with `(unless foo bar)`
- Replaced unnecessary backquote construct with simple quotation
2021-04-04 12:48:21 +02:00
..
spacemacs Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
spacemacs-base Apply GPLv3 terms explicitly to all elisp files 2021-03-25 22:59:32 -04:00
spacemacs-bootstrap spacemacs-bootstrap: refactor 2021-04-04 12:48:21 +02:00