This post explains how to compile zathura 0.5.11 in Ubuntu 24.04 LTS. I performed these installation steps in a Ubuntu fresh installation in a laptop instead of my desktop computer to make sure that none of my configurations from my desktop computer interfered with the normal behavior of the compilation steps. I run the commands […]
My subed customizations for editing captions of Emacsconf 2024
I’m a caption volunteer for Emacsconf 2024, so far I have used subed, an Emacs package, for editing the captions of two presentations. In this article, I share my personal subed customizations which have been of great help for me when editing subtitles. I hope these customizations can help other subed users or caption volunteers […]
Read More… from My subed customizations for editing captions of Emacsconf 2024
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 […]
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