January 25, 2020

Ranger config

For navigating large folders I currently use Ranger: "A VIM-inspired file manager for the console". Ranger uses it's own file opener Rifle. This post show how to by pass this and use xdg-open. Configuration If you haven't used Ranger before the first step is to copy the default configuration by running the command $ ranger --copy-config=all This will copy the default files to your ~/. Read more

May 26, 2019

Getting started with org-agenda

This is basically a shorter version of the official org-mode documentation. For more information and more advanced uses see that link. Getting started Assuming that org-mode is already installed the first thing we need to do is to let org-agenda know what files we intend to use for our agenda. Say you want to have two separate files. One for your personal life and one for your work life then you can use the following snippet: (setq org-agenda-files (list "~/org/work. Read more