summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--emacs/init.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 842c625..28f52df 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -959,6 +959,9 @@ Works with: arglist-cont-nonempty, arglist-close."
                                   (- (current-column) 2)
                                 (current-column))))))))))
 
+(use-package quickrun
+  :ensure t)
+
 ;;;; Web Development
 
 (use-package moz