StumpWM: start emacs a little bit earlier
This commit is contained in:
parent
9599aa072c
commit
f981fb15f3
1 changed files with 3 additions and 3 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue