Skip to content

Commit

Permalink
use-package-always-defer: fix regressions: hybrid-mode, line-numbers
Browse files Browse the repository at this point in the history
These changes were missed in commit 29c78ce
  • Loading branch information
bmag committed Feb 28, 2018
1 parent f294d42 commit 5c251f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions layers/+distributions/spacemacs-base/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@

(defun spacemacs-base/init-hybrid-mode ()
(use-package hybrid-mode
:demand t
:config
(progn
(when (eq 'hybrid dotspacemacs-editing-style) (hybrid-mode))
Expand Down Expand Up @@ -265,6 +266,7 @@

(defun spacemacs-base/init-linum ()
(use-package linum
:demand t
:init
(progn
(setq linum-format "%4d")
Expand Down
1 change: 1 addition & 0 deletions layers/+misc/nlinum/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

(defun nlinum/init-nlinum ()
(use-package nlinum
:demand t
:init
(spacemacs|add-toggle line-numbers
:mode nlinum-mode
Expand Down

0 comments on commit 5c251f6

Please sign in to comment.