Fixing custom start file for emacs and emacsclient

This commit is contained in:
Derek Taylor
2023-01-08 14:02:13 -06:00
parent a06e9417ac
commit 9512bbe82a
6 changed files with 33 additions and 81 deletions

View File

@@ -662,7 +662,8 @@ myKeys c =
-- Emacs (SUPER-e followed by a key)
^++^ subKeys "Emacs"
[ ("M-e e", addName "Emacsclient Dashboard" $ spawn (myEmacs ++ ("--eval '(dashboard-refresh-buffer)'")))
[("M-e e", addName "Emacsclient" $ spawn (myEmacs))
-- ("M-e e", addName "Emacsclient Dashboard" $ spawn (myEmacs ++ ("--eval '(dashboard-refresh-buffer)'")))
, ("M-e a", addName "Emacsclient EMMS (music)" $ spawn (myEmacs ++ ("--eval '(emms)' --eval '(emms-play-directory-tree \"~/Music/\")'")))
, ("M-e b", addName "Emacsclient Ibuffer" $ spawn (myEmacs ++ ("--eval '(ibuffer)'")))
, ("M-e d", addName "Emacsclient Dired" $ spawn (myEmacs ++ ("--eval '(dired nil)'")))