Activate all the packages (autoloads only). Closes #5

This commit is contained in:
Sameer Rahmani 2024-05-20 19:13:15 +01:00
parent 25bd1636c9
commit f2e5440509
Signed by: lxsameer
GPG Key ID: 8741FACBF412FFA5
1 changed files with 4 additions and 0 deletions

View File

@ -114,6 +114,7 @@
edebug-all-forms t
fg42/debug? t))
;; We don't use any Emacs package manager, so
;; prevent package.el to install anything at startup
(setq package-enable-at-startup nil
@ -144,6 +145,9 @@
(message "[FG42]: Loading user's custom file")
(load custom-file))
;; Load all the autoloads
(package-activate-all)
;; From point forward we can use normal Elisp stuff without
;; interfering with user's Emacs configuration
(fg42/initialize))