refactor(init): Refactor package installation process
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.
This commit is contained in:
parent
5fcabc204a
commit
99d9981dd9
2 changed files with 50 additions and 44 deletions
6
init/theme.el
Normal file
6
init/theme.el
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
;;; theme.el --- Editor theming. -*- lexical-binding: t; -*-
|
||||
|
||||
;; Configure smart mode line
|
||||
(sml/setup)
|
||||
|
||||
(provide 'theme)
|
||||
Loading…
Add table
Add a link
Reference in a new issue