aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org8
1 files changed, 5 insertions, 3 deletions
diff --git a/emacs/init.org b/emacs/init.org
index bd42501..3ca78dc 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -121,9 +121,11 @@ for Emacs out there. After trying some custom functions to handle
package-install, I decided on use-package because I feel more well-organized.
#+BEGIN_SRC elisp
- (unless (package-installed-p 'use-package)
- (package-refresh-contents)
- (package-install 'use-package))
+(unless (package-installed-p 'use-package)
+ (package-refresh-contents)
+ (package-install 'use-package))
+
+(require 'use-package)
#+END_SRC
Some =use-package= calls require =diminish.el= to be available. So, let's