kotct / dot

A collaborative configuration for various tools.
MIT License
3 stars 2 forks source link

change `languages` defvar to `kotct/languages` #149

Closed cg505 closed 10 months ago

cg505 commented 10 months ago

this breaks lsp-mode here https://github.com/emacs-lsp/lsp-mode/blob/8105218b383c1a8a209a5f3348956a0b51446d43/lsp-mode.el#L4998 languages refers to the defvar instead of the local var for some reason

in retrospect, naming a global var languages probably wasn't the smartest

cg505 commented 10 months ago

oh god