Merge branch 'master' of gitlab.com:mmk2410/dotfiles
This commit is contained in:
commit
cbff2d30fa
1 changed files with 2 additions and 2 deletions
|
@ -90,7 +90,7 @@
|
||||||
(define-key *root-map* (kbd "c") "exec urxvt")
|
(define-key *root-map* (kbd "c") "exec urxvt")
|
||||||
|
|
||||||
;;; es as emacs
|
;;; es as emacs
|
||||||
(define-key *root-map* (kbd "e") "emacs")
|
(define-key *root-map* (kbd "e") "exec es")
|
||||||
|
|
||||||
;;; ranger
|
;;; ranger
|
||||||
(define-key *root-map* (kbd "C-c") "exec nemo --no-desktop")
|
(define-key *root-map* (kbd "C-c") "exec nemo --no-desktop")
|
||||||
|
@ -332,7 +332,7 @@ script."
|
||||||
(run-shell-command "telegram-desktop")
|
(run-shell-command "telegram-desktop")
|
||||||
|
|
||||||
;; emacs
|
;; emacs
|
||||||
(run-commands "es")
|
(run-commands "emacs")
|
||||||
|
|
||||||
;; redshift
|
;; redshift
|
||||||
(run-shell-command "redshift")
|
(run-shell-command "redshift")
|
||||||
|
|
Loading…
Reference in a new issue