Skip to content

Question: How does spacemacs|spacebind modify behaviour of use-package #14519

Answered by JAremko
lebensterben asked this question in Q&A
Discussion options

You must be logged in to vote

@lebensterben It can be used inside use-package form. Tests have a case for it:

(ert-deftest test-spacebind-use-package-integration-works ()
(thread-last (use-package use-package
:spacebind
(:major
(python-mode
"with a description"
("c" "compile/execute"
("c" spacemacs/python-execute-file "execute file")))))
(test-spacebind|process-bind-stack-called-p)
(eq t)
(should)))

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by lebensterben
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants