Emacs, Day 04
Learnt all about movement and search today.
Learnt all about movement and search today.
Too tired, so just worked my way through the Anki deck for a bit today.
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. ...
Slowly making my way through the Mastering Emacs book. Things I did / learnt today … Learnt that if I want to run Emacs all over the place (like I do), then the best thing to do is to have Emacs, running as a daemon in the background. So I did that via the handy systemd instructions, on this page. And that Emacs has a kitchen sink’s worth of commands. And that Emacs commands are like playing chords on the guitar or piano. You just hit a few of them in a sequence to get the desired sound (or action in this case) C-g, the Control and the G keys get me out of a jam, if I am stuck. Found Jess Hamrick’s really useful post, on moving about and buffers and frames and stuff. Got myself a basic emacs Anki deck. And I learnt how to move about. All in all, a pretty good day. ...
Life is really kicking my butt right now. And the 12th studies are not making it any easier. So am temporarily giving up on A Hundred Days of Code, again. Hopefully, I will have the time to give Python, in a month. In the meanwhile, with the limited time I do have, I’d like to learn me some Emacs. Will write about it everyday.
Follow my whole plodding, Flask journey here. Crashed and burned even harder today. Tried to retrace my steps and did all the exercises again. I reached, once more, all the way upto the forms chapter and it just does not work. Now it won’t even display my login page. Was it worth doing? Oh yes. I gained a much better understanding of how Flask works, of what is required where. Will work once more at the login page tomorrow. ...