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.
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.
So I added this little snippet to my init.el
to add the repos to my Emacs.
|
(setq package-archives
|
|
'(("gnu" . "http://elpa.gnu.org/packages/")
|
|
("melpa" . "http://melpa.milkbox.net/packages/")))
|
and then restarted my Emacs, for it to see the new repos.1
And that led me to,
I realised that, the best way for me to learn Emacs, would be to write in
Emacs.
And I write, most of what I write, in Markdown.
I had also learnt that Emacs has modes, which basically adapt Emacs and related shortcuts to the task at hand.
I went looking to see if there was something that would help me write Markdown more easily and found Jason Blevins’ excellent Markdown Mode for Emacs. 2
Since I had MELPA configured, it took only a few seconds to get Markdown mode installed.
All I had to do was M-x package-install RET markdown-mode RET
(that is, mash the ALT-x keys, then type package-install
, hit the return/enter key, then type markdown-mode
followed by another return.)
More details on installation and usage at the Markdown Mode site.
A couple of minutes with it and I’m blown away.
I’ve heard of people switching to Emacs to use the excellent Org Mode, for taking notes and task organisation.
I am a convert to Emacs for Jason’s Markdown Mode.
And then to round up the day, I also installed the Ayu theme, because I love it and use it everywhere I possibly can :) 3
More tomorrow!
I know there is a way to evaluate and run changes immediately, but I still haven’t gotten around to learning that bit yet. ↩
Excellent choice of name, Jason! High Five! ↩
Been a fan, ever since I saw it in a Corey Schafer video. ↩
Slowly making my way through the Mastering Emacs book.
Things I did / learnt today …
C-g
, the Control and the G keys get me out of a jam, if I am stuck. All in all, a pretty good day.
Follow my Emacs journey here
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.
It’s an Audible Original.
And it’s “free”, if you are an Audible member.
A look into what Empire means today.
It’s a series of engaging podcast episodes on what being a part of the British Empire meant/means for its subjects and its descendants, with stories from across the globe.
My only quibble being they did not go deep enough.
The people being interviewed are mostly, subject descendants of British origin (and not as I would expect, an actual survivor from the partition or someone here in India, or Somali coast or Sierra Leone.)
No one knows much of the aftermath of Partion and there’s a lovely little story, tightly told that illustrates the horrors of the period.
Somalia was used, abused, robbed of all they had and then left to find for itself.
Bunce Island, in Sierra Leone was home to a slaver’s bay, where the island hosted a prison for the captured natives who were branded and sold as slaves and a golf course for the gora sahibs.
What struck me (from the interviews and some of the reviews) is that the British have no clue of the generational ramifications of their actions.
They think that enough time has passed by, it’s all water under the bridge and we ought to have picked ourselves by our bootstraps by now.
I realise why Tharoor demanded reparations.
At about three hours, it’s well worth a listen.