-use package hooks

This was a stupid idea that does nothing lol
This commit is contained in:
dx
2020-07-20 21:14:57 +01:00
parent bae71b3ea4
commit 9930e9ef4f

View File

@@ -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