Don't lazy-require siren module dependencies

All siren modules lazy-load if they can, so there's no need to
lazy-require a siren module.

Also this avoids the annoyance of the first time you use a feature
it triggers a package install from melpa. All such things should
happen as part of Emacs startup.
This commit is contained in:
2018-01-10 14:42:07 +00:00
parent 10b6aa71d2
commit 43b092a8b0
23 changed files with 51 additions and 43 deletions

View File

@@ -6,10 +6,10 @@
;;; Code:
(require 'siren-programming)
(use-package lua-mode
:config
(require 'siren-programming)
(defun siren-lua-mode-defaults ()
(siren-prog-mode-defaults)