Remove package loading
This commit is contained in:
parent
993622a9b2
commit
b3ac428587
2 changed files with 6 additions and 5 deletions
|
@ -210,3 +210,9 @@
|
||||||
(use-package simple-httpd)
|
(use-package simple-httpd)
|
||||||
|
|
||||||
(use-package elpher)
|
(use-package elpher)
|
||||||
|
|
||||||
|
(load "bundle--gui")
|
||||||
|
(load "bundle--org")
|
||||||
|
(load "bundle--magit")
|
||||||
|
(load "bundle--irc")
|
||||||
|
(load "bundle--news")
|
||||||
|
|
5
init.el
5
init.el
|
@ -2,11 +2,6 @@
|
||||||
(load "bundle--defaults")
|
(load "bundle--defaults")
|
||||||
(load "bundle--server")
|
(load "bundle--server")
|
||||||
(load "bundle--package")
|
(load "bundle--package")
|
||||||
(load "bundle--gui")
|
|
||||||
(load "bundle--org")
|
|
||||||
(load "bundle--magit")
|
|
||||||
(load "bundle--irc")
|
|
||||||
(load "bundle--news")
|
|
||||||
(load "bundle--customfile")
|
(load "bundle--customfile")
|
||||||
(load "bundle--coding")
|
(load "bundle--coding")
|
||||||
(load "bundle--holidays")
|
(load "bundle--holidays")
|
||||||
|
|
Loading…
Add table
Reference in a new issue