summary refs log tree commit diff stats
path: root/emacs
diff options
context:
space:
mode:
authorAlan Pearce2013-06-08 14:04:57 +0100
committerAlan Pearce2013-06-08 14:04:57 +0100
commit82e8081c4c9f04a8f1e65b0d410becee6982c17f (patch)
tree646e2c9ae3a7856454b693727b7acc88aee7a3ba /emacs
parent1684ef963ebee889ed76dede11807882b588bba6 (diff)
downloaddotfiles-82e8081c4c9f04a8f1e65b0d410becee6982c17f.tar.lz
dotfiles-82e8081c4c9f04a8f1e65b0d410becee6982c17f.tar.zst
dotfiles-82e8081c4c9f04a8f1e65b0d410becee6982c17f.zip
Emacs: delay loading quickrun until needed
Diffstat (limited to 'emacs')
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 141ad58..747bfa0 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -1017,6 +1017,7 @@ Works with: arglist-cont-nonempty, arglist-close."
                                 (current-column))))))))))
 
 (use-package quickrun
+  :defer t
   :ensure t)
 
 ;;;; Web Development