/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

wwwtech.de
| | olddeuteronomy.github.io
3.4 parsecs away

Travel
| | Enabling automatic time-stamping in Emacs
| | vxlabs.com
2.6 parsecs away

Travel
| | Recently, as I replaced more of my Emacs-helm configuration with counsel and ivy, I noticed that ivy-switch-buffer, when augmented by ivy-rich, was not showing the directories of the buffers it was listing. After some Lisp spelunking, I discovered that it was because ivy-rich relies on the presence of either the projectile package, something I do not wish to have in my Emacs configuration, or on project.el, which I also do not use. In this post, I show how you can get full buffer filenames and project na...
| | ag91.github.io
3.3 parsecs away

Travel
| | A little hack to keep buffer order consistent after saving all org buffers
| | erick.navarro.io
21.4 parsecs away

Travel
| Having our emacs configuration in an org file is great, it allow us to have it more organized and easy to read, but org files have more features and one of them is the ability to be exported to different formats like HTML, PDF, markdown and so on. So what if we export our emacs configuration to HTML and then publish it in a website? It probably doesn't have any real utility but it would be nice to have a exclusive web page to show our emacs config to our friends :)