IQSS / IQSS.emacs

Yet Another .emacs.d
http://iqss.github.io/IQSS.emacs/
75 stars 24 forks source link

typo in README.md and custom.el #12

Closed grszkthfr closed 5 years ago

grszkthfr commented 5 years ago

Hi, thanks for providing such a nice .emacs.d.

I am completly new to emacs, there is one small typo in the customization section of the README.md, which gave me some headaches...

(add-to-list 'package-slected-packages 'matlab-mode) should be (add-to-list 'package-selected-packages 'matlab-mode)

The same sneaked somehow into the custom.el with ;; (add-to-list 'package-slected-packages 'ess) which should be ;; (add-to-list 'package-selected-packages 'ess).

Best Jonas

izahn commented 5 years ago

Fixed in https://github.com/IQSS/IQSS.emacs/pull/13 thank you @grszkthfr