Emacs, Day 02
Had an extremely busy day with studies today, so could not spend time learning much Emacs. Decided to do a little bit of plucking the low hanging fruit and customising Emacs a bit to my liking. I created an init.el file in the emacs.d folder in my home directory, to add all my custom stuff into. Adding Package Managers Yesterday, I had learnt, that I could install additional functionality by downloading extra Emacs packages from the GNU repo at ELPA. But since the FSF requires the authors to fork over their copyrights to them, (and most authors being justifiably, unwilling), most packages are found at third party package sites, like MELPA and the now discontinued Marmalade. ...