diff options
author | ThanosApollo <[email protected]> | 2022-09-21 21:49:55 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-21 21:49:55 +0300 |
commit | 6ba4527ad1072fbef59ab073058f3023b830db02 (patch) | |
tree | cd24544d72eab761edf63a8627f4eb99106f3bfb | |
parent | 6aaba12f2924339cf76ce95b7a1d75dbb4b2d877 (diff) |
Add package-initialize
-rw-r--r-- | .doom.d/config.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index c98c800..6e1101c 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -83,6 +83,9 @@ ;; they are implemented. +;; Initialize packages +(package-initialize) + ;; Default settings (setq browser-url-browser-function 'browse-url-default-browser) |