diff options
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index a445dac..e1674d3 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -68,8 +68,7 @@ circe eshell-syntax-highlighting pdf-tools - mastodon) - "List of my favorite packages") + mastodon)) (defvar my-missing-packages '() "List populated at each startup that contains the list of packages that need @@ -96,7 +95,7 @@ to be installed.") (load "functions.el") (load "keys.el") (load "all-the-icons-dired.el") -(load "secret") +;(load "secret") (load "exwm-holyK-firefox") (load "org-config") (load-file custom-file) ;; Load custom.el |