From 9930e9ef4f40859e47c770ff4146d53883140de4 Mon Sep 17 00:00:00 2001 From: dx Date: Mon, 20 Jul 2020 21:14:57 +0100 Subject: -use package hooks This was a stupid idea that does nothing lol --- Doom/.config/doom/org/config.org | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Doom/.config/doom/org') diff --git a/Doom/.config/doom/org/config.org b/Doom/.config/doom/org/config.org index 8fa9f3d..6534b4c 100644 --- a/Doom/.config/doom/org/config.org +++ b/Doom/.config/doom/org/config.org @@ -40,14 +40,6 @@ Some quality of life things and others that I couldn't really put in one categor #+BEGIN_SRC elisp (load (expand-file-name (concat user-emacs-directory "modules/lang/org/config.el"))) #+END_SRC -* Use package -Load up a ton of packages -#+BEGIN_SRC elisp -(add-hook 'doom-after-init-modules-hook - #'(lambda () (interactive) - (use-package projectile) - (use-package counsel))) -#+END_SRC * Package Configuration Configuration for or based heavily around specific packages that I find very important ** Modeline -- cgit v1.2.3-13-gbd6f