plexus / chemacs

Emacs profile switcher
652 stars 45 forks source link

Fix void symbol error when parsing .emacs-profile #9

Closed jsmestad closed 5 years ago

jsmestad commented 5 years ago

Background

When booting latest chemacs locally, the .emacs-profile parsing would return a void symbol error. I am fairly new to Lisp and could not 100% figure out why setq would not work, but switching it to a function made things work perfectly well.

Changes