You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
C-c t results in: Symbol's function definition is void: first
I've used spacemacs for 3 years and am finally attempting to write my own configuration. I know a little bit about lisp and emacs, but not enough to know how to debug this. Any tips on how to figure out what could be going on here would be greatly appreciated.
M-x describe-variable RET custom-enabled-themes outputs:
custom-enabled-themes is a variable defined in ‘custom.el’.
Its value is (doom-nord)
Original value was nil
I'm not sure why it says "original value was nil. Is this causing issues with cycle-themes?
I am using package.el if that's important.
The text was updated successfully, but these errors were encountered:
Looks like this is caused by a dependency on common lisp not being explicitly stated. cycle-themes should require it but doesn't. Adding the following to my ~/.emacs fixed this issue:
This is my
~/.emacs
C-c t
results in:Symbol's function definition is void: first
I've used spacemacs for 3 years and am finally attempting to write my own configuration. I know a little bit about lisp and emacs, but not enough to know how to debug this. Any tips on how to figure out what could be going on here would be greatly appreciated.
M-x describe-variable RET custom-enabled-themes
outputs:I'm not sure why it says "original value was nil. Is this causing issues with cycle-themes?
I am using
package.el
if that's important.The text was updated successfully, but these errors were encountered: