Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix spacemacs-purpose-popwin name #7441

Merged
merged 1 commit into from
Oct 17, 2016
Merged

Fix spacemacs-purpose-popwin name #7441

merged 1 commit into from
Oct 17, 2016

Conversation

TheBB
Copy link
Contributor

@TheBB TheBB commented Oct 17, 2016

@TheBB
Copy link
Contributor Author

TheBB commented Oct 17, 2016

Is in.

@TheBB TheBB merged commit 2a2fb56 into syl20bnr:develop Oct 17, 2016
@@ -240,5 +240,5 @@ variables are updated instead."
(ad-update 'popwin:create-popup-window)))
(add-hook 'pupo-mode-hook #'pupo/sync-advices)

(provide 'purpose-popwin)
(provide 'spacemacs-purpose-popwin)
;;; purpose-popwin.el ends here
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missed the "ends here" line, and also the very first line in the file ("purpose-popwin.el --- [...]").

@@ -83,11 +83,11 @@
(add-hook 'purpose-mode-hook #'spacemacs/window-purpose-sync-popwin)
(spacemacs/window-purpose-sync-popwin))))

(defun spacemacs-purpose/init-purpose-popwin ()
(defun spacemacs-purpose/init-spacemacs-purpose-popwin ()
(use-package spacemacs-purpose-popwin
;; don't load spacemacs-purpose-popwin if popwin is excluded.
;; can't wrap `spacemacs-purpose/init-purpose-popwin' in a top-level `when'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not related to this PR, but while we're at it we can delete these 2 comments as well.

@bmag bmag mentioned this pull request Oct 17, 2016
5 tasks
@TheBB
Copy link
Contributor Author

TheBB commented Oct 17, 2016

Thanks @bmag, I just pushed those fixes manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants