Run (doom) emacs as a daemon

Run (doom) emacs as a daemon
Sometimes systemd doesn’t autostart emacs correctly as a daemon and i have to restart the emacs server when i have logged in, this is annoying. I use GNOME so i have taken advantage of it’s autostart feature. I am loosing a couple of features, but i gain the one thing i want: i don’t need to to anything manually when i do a login
Read more →

Ultimate cheatsheets for every rusty developer

Ultimate cheatsheets for every rusty developer
This is a collection of cheatsheets that i collect about the rust programming language. It helps me understand the different aspects of the langauge.
Read more →

DOOM yasnippets

DOOM yasnippets
how to add a custom yasnippets to your DOOM installation, YAY
Read more →

How to compile emacs 28 on Fedora

How to compile emacs 28 on Fedora
In this post i want to describe how i compile emacs from source on Fedora
Read more →

A simple way of checking what system you are currently on

A simple way of checking what system you are currently on
A quick example on how to guess what system (Windows, mac, Linux) and then execute some lisp based upon that
Read more →