I am using projectile since a couple of days and really love how I can change to another file in the current project (using C-c…
Ahoi Blog
The Emacs built-in command (garbage-collect) gives detailed information about the data structures that currently consume memory. It is propably not the most usefull information but…
I recently wanted to have some more information about which of the packages I am using contributes more time to the total (emacs-init-time) I use…
There are a couple of symbols the emacs‘ lisp interpreter gives special meaning to. Since for some reason these never made it into my long-term…
Subversion Command Description svn cat -r 1234 path/to/file | less View file from specific revision svn update -r 1234 path/to/file Update file to some older…
There is a couple of packages for emacs that really have application character. Like for example: https://www.emacswiki.org/emacs/Magit https://www.emacswiki.org/emacs/EmacSpeak https://www.emacswiki.org/emacs/GnusTutorial https://github.com/skeeto/elfeed https://emacswiki.org/emacs/Sunrise_Commander And there are propably…
I have customized my ibuffer-format to have the name column width set to 36. This is fine in 99% of the filenames showing up there.…
Introduction Software creeping slowly into every day devices and everybody carrying around a device that easily outperforms a couple of 90s supercomputers is a clear…
Even though I am a long time Emacs user I only recently realized that I am really missing treeviews. There are numerous applications like getting…
An Emacs Gem is one of the many little tools/functions/modes that Emacs ships with and that turned out to be ‚extremely usefull‘ in a specific…