RSSAmplifier

Blog

Emacs on . local author .

Recent content in Emacs on . local author .

localauthor.github.ioRSS feed ↗6 posts

Latest posts

Simple Document Tagging with 'doc-tags.el'

When I posted last week about tab-sets.el, I didn’t know that this month’s Emacs Carnival topic is “Obscure Packages.” Well, it’s hard to be more obscure than an unpublished package that I use for my own idiosyncratic ends. So, here’s another! —————————————————————————————— Introducing doc-tags.el : a simple, low-overhead Emacs package for tagging and retrieving files using a SQLite backend.…

Managing Emacs Tabs with 'tab-sets.el'

—————————————————————————————— In Emacs, my text editor of choice, tab-bar-mode lets you replicate something like the experience of using tabs in a web browser. For me, this means opening a lot of tabs with notes, lists, drafts, etc., such that my tab bar becomes a visual buffet of whatever documents are pertinent to the task at hand, be it writing, teaching, coding, whatever. This works great for…

Emacs Popup Frames Anywere — MacOS Edition

This post shows how to set up Emacs popup frames in macOS, allowing quick access to Emacs functions from anywhere on your system. —————————————————————————————— As much as I would like to live in Emacs full time, I’m not quite there. But a recent post by Protesilaos Stavrou (aka Prot) is helping me bridge the gap. Prot has written a short but powerful bit of code that allows you to access any…

Emacs: Quickly find and insert links in zk notes, with Embark

This post continues a series of video demos in which I show how I use the Emacs package zk for notetaking. The emphasis is on showcasing the practicalities of my process. —————————————————————————————— In this video , I…

Emacs: Getting started with zk, using hydra and an inbox note

This post inaugurates a series of video demos in which I will show how I use the Emacs package zk for notetaking. The emphasis will be on showcasing the practicalities of my process. —————————————————————————————— In…

Emacs: With ace-window and link-hint, open links exactly where you want them

This post describes how the Emacs package link-hint can be combined with ace-window to allow you to select, on-the-fly, which window a link will open in—instead of letting fate, or custom, or Emacs decide for you. —————————————————————————————— Ace-window is (more than) a fancy window-switcher The ace-window package, written by abo-abo , offers a handy, full-featured alternative to the built-in…