From f981fb15f38fa31104a5df27f886c2fbe4f54a97 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 13 May 2018 16:13:41 +0200 Subject: [PATCH] StumpWM: start emacs a little bit earlier --- stumpwm/stumpwmrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stumpwm/stumpwmrc b/stumpwm/stumpwmrc index cd1e76c..599d578 100644 --- a/stumpwm/stumpwmrc +++ b/stumpwm/stumpwmrc @@ -325,6 +325,9 @@ script." ;; autostart programs +;; emacs +(run-commands "emacs") + ;; keepassxc (run-shell-command "gpg --textmode -d ~/dotfiles/dotdotfiles/keepassxc/password.gpg | keepassxc --pw-stdin ~/cloud/keys/2017-10.kdbx") @@ -340,9 +343,6 @@ script." ;; telegram (run-shell-command "telegram-desktop") -;; emacs -(run-commands "emacs") - ;; redshift (run-shell-command "redshift")