gabesoft / evil-mc

Multiple cursors implementation for evil-mode
MIT License
383 stars 35 forks source link

error: Invalid face underline, :color, unspecified #46

Closed 0x4ec7 closed 7 years ago

0x4ec7 commented 7 years ago

Hi @gabesoft ,

I found that this problem is caused by #https://github.com/gabesoft/evil-mc/blob/master/evil-mc-vars.el

(defface evil-mc-cursor-hbar-face `((t (:underline (:color ,(evil-mc-cursor-color evil-replace-state-cursor))))) "The face used for fake cursors if the cursor-type is horizontal bar" :group 'evil-mc)

Thanks.