diff options
-rw-r--r-- | emacs/init.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el index 842c6259..28f52df2 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 |