Skip to content

Commit

Permalink
Use :config instead of :init for popwin
Browse files Browse the repository at this point in the history
Broke in most recent version of popwin for some reason.
  • Loading branch information
rejeep committed Mar 25, 2015
1 parent 1709bf0 commit f4851cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
("C-<" . mc/mark-previous-like-this)))

(use-package popwin
:init (popwin-mode 1))
:config (popwin-mode 1))

(use-package projectile
:init (projectile-global-mode 1)
Expand Down

0 comments on commit f4851cd

Please sign in to comment.