mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user