Putting Emacs Backup Files in a Separate Location

Whenever Emacs saves a file, it makes a backup of the original. So if I had a file.txt and I make changes and save it, Emacs firsts backs up the original to file.txt~. While I love this functionality, and it has saved me from a pickle more than once, I don’t love the way my folders get polluted with ~ files all over the place. My blog’s drafts folder had hundreds of these. ...

November 17, 2020 · Mario Jason Braganza

Emacs, Final Day!

Unlike #100DaysOfCode, I am not quite giving up on Emacs. Rather that it has turned out to be a habit that has fit in, quite well, and I don’t need this accountability any more. I use it for most of my prose (not code, yet.) This post, is in fact, written in Emacs :) I have not gained any modicum of knowledge by any means. But I have enough muscle memory and immersion, to make sure I will continue using Emacs for most writing I do. ...

July 7, 2020 · Mario Jason Braganza

Emacs, Day 05

Practiced moving around with the Emacs keys for 30 mins

July 2, 2020 · Mario Jason Braganza

Emacs, Day 04

Learnt all about movement and search today.

July 1, 2020 · Mario Jason Braganza

Emacs, Day 03

Too tired, so just worked my way through the Anki deck for a bit today.

June 30, 2020 · Mario Jason Braganza

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

June 29, 2020 · Mario Jason Braganza