ianyepan/vscode-dark-plus-emacs-theme

Error on org-mode

colawithsauce opened this issue · 2 comments

   `(org-todo                         ((,class (,@(when vscode-dark-plus-box-org-todo (list :box '(:line-width 1 :color ,ms-lightred))) ;; <- HERE
                                                :foreground ,ms-lightred :bold nil))))

this snippet doesn't work on emacs-30, master branch. Because ,ms-lightred doesn't expand as expected.

Interesting find. I'm using Emacs 29 myself -- probably why I've never run into this issue. Do you know of a workaround for this, or why Emacs 30 doesn't expand variables like previous versions do?

yes, indeed. currently I just added this line into my init file:

(setq vscode-dark-plus-box-org-todo nil)