diff options
author | dx <aryadevchavali1@gmail.com> | 2020-07-20 21:14:57 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-07-20 21:14:57 +0100 |
commit | 9930e9ef4f40859e47c770ff4146d53883140de4 (patch) | |
tree | 26c8ba906e743b4c975ceeb305ca2c01439871ba /Doom/.config/doom/org/config.org | |
parent | bae71b3ea43035b4445171258e38b56346c382d3 (diff) | |
download | dotfiles-9930e9ef4f40859e47c770ff4146d53883140de4.tar.gz dotfiles-9930e9ef4f40859e47c770ff4146d53883140de4.tar.bz2 dotfiles-9930e9ef4f40859e47c770ff4146d53883140de4.zip |
-use package hooks
This was a stupid idea that does nothing lol
Diffstat (limited to 'Doom/.config/doom/org/config.org')
-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 |