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).
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