StumpWM: start emacs a little bit earlier

This commit is contained in:
Marcel Kapfer 2018-05-13 16:13:41 +02:00
parent 9599aa072c
commit f981fb15f3
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 3 additions and 3 deletions

View File

@ -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")