Org-Roam

My Creation and Publishing Pipeline

This is an auxilliary post collating resources for the recent video I posted … The Pipeline All the ideas, resources that I want to process, any miscellaneous questions I have, are fed into the input-queue in the buffer All the manipulation takes place in these buffers - they’re org-files and I use org-roam to maintain the connections whenever a node set ripens and is worth sharing, I write a post or publish a video.

My Emacs Configuration

[As of 0x213B : 2023-08-17 Thu] I use emacs for a lot of my daily tasks and spend majority of my time in it. This is a review of some significant components of my init.el ;keyboard all the way (menu-bar-mode -1) (tool-bar-mode -1) (scroll-bar-mode -1) ;I don't like distractions (setq byte-compile-warnings '(cl-functions)) (setq ring-bell-function 'ignore) (setq visible-bell t) I chose the most recently engineered package-management solution when I began with emacs, haven’t switched since and don’t think I’ll need to.