Why I like using bitmap fonts in Emacs

Introduction In this article, I explain my personal views on the pros and cons of using bitmap fonts and vector fonts. Terminology Bitmap fonts: They consist of a matrix of dots or pixels representing the image of each glyph in each face and size. The extension of bitmap fonts usually are *.pcf and *.bdf. Vector […]

Read More… from Why I like using bitmap fonts in Emacs

My configuration for org-roam-capture-templates

Introduction Today I decided to reconfigure org-roam-capture-templates. I haven’t changed this custom variable for months. My use case I use org-roam-node-find to search nodes. When a node is not found, I type the name of the new node in the prompt shown by org-roam-node-find and press Enter. In the version of Org Roam that I’m […]

Read More… from My configuration for org-roam-capture-templates