StumpWM: fix for starting emacs on startup

This commit is contained in:
Marcel Kapfer 2018-03-13 15:31:25 +01:00
parent 689f3e7cbd
commit a9badef5cd
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@
(define-key *root-map* (kbd "c") "exec urxvt")
;;; es as emacs
(define-key *root-map* (kbd "e") "emacs")
(define-key *root-map* (kbd "e") "exec es")
;;; ranger
(define-key *root-map* (kbd "C-c") "exec nemo --no-desktop")
@ -332,7 +332,7 @@ script."
(run-shell-command "telegram-desktop")
;; emacs
(run-commands "es")
(run-commands "emacs")
;; redshift
(run-shell-command "redshift")