diff options
Diffstat (limited to 'Doom/.config/doom')
-rw-r--r-- | Doom/.config/doom/org/config.org | 8 |
1 files changed, 0 insertions, 8 deletions
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 |