Entries tagged “Onthisday:333”
Linksread more
Prot's Basic and Capable Emacs Configuration
I am learning a lot from Prot’s articles on Emacs. This last article:
What follows is a rather simple, yet fully capable, setup to get started with Emacs.
Here’s what I learned from it.
I have replaced the custom.el
related code from:
(progn
(setq custom-file (expand-file-name "custom.el" user-emacs-directory))
(when (file-exists-p custom-file)
(load custom-file)))
with the simpler, more legible:
(setq custom-file (locate-user-emacs-file "custom.el"))
(load custom-file :no-error-if-file-is-missing)
Then, it’s the code snippet for preventing the Warnings buffer popping up. So useful!
Linksread more
On Notebooks and Pens and Sam Altman and the Verge
Funny article on The Verge about a video of Sam Altman talking about his usage of a notebook and pens to take notes:
And now we will continue with what Altman is doing wrong: most of the rest of it.
Also funny: even if the author doesn’t agree with Sam Altman’s choices of pens, The Verge stuck an affiliate link on those too.