6 lines
249 B
EmacsLisp
6 lines
249 B
EmacsLisp
(defvar syl20bnr-packages '()
|
|
"List of all packages to install and/or initialize. Built-in packages
|
|
which require an initialization must be listed explicitly in the list.")
|
|
|
|
(defvar syl20bnr-excluded-packages '()
|
|
"List of packages to exclude.")
|