Refactors package installation to be slightly more sane, for example package-refresh-contents will only be called if packages are missing. Removes some other old cruft, too, and paves way for a slightly different initialisation process.
6 lines
121 B
EmacsLisp
6 lines
121 B
EmacsLisp
;;; theme.el --- Editor theming. -*- lexical-binding: t; -*-
|
|
|
|
;; Configure smart mode line
|
|
(sml/setup)
|
|
|
|
(provide 'theme)
|