How I am deeply integrating emacs - The Universe of Joshua Blais

A blog, notes, gallery, lifestyle and fully conglomerated posts from Joshua.

joshblais.com

Just discover the `tab-bar-history-mode` in Emacs.

As `tab-bar-mode` let you have a frame config per tab, `tab-bar-history-mode` let you manage the history of the windows config of each tab.

#Emacs
#EmacsTips

A Beginner's Guide to Extending Emacs

How to build a custom completion backend for emacs from scratch.

Tyblog
Emacs as your video-trimming tool

Marcin ‘mbork’ Borkowski has a nice post showing us how he trims video clips from our beloved editor. Trimming clips is something I do from time to ti...

[Guix] Emacs dired-mode as a file manager

How to setup emacs dired-mode in xdg-mime, specifically for file management.

Point to emacs source files

(setq find-function-C-source-directory "~/emacs/src/")

And use helpful to describe a function

M-x helpful-function make-finalizer

To get a nice view of C source code, with a link.

#emacs #emacstips