Browse Source

Updated Frame creation

Samuel W. Flint 7 years ago
parent
commit
9063584a65
1 changed files with 1 additions and 1 deletions
  1. 1 1
      eframe

+ 1 - 1
eframe

@@ -1,4 +1,4 @@
 #!/bin/zsh
 # my-init.org [[id:../.emacs.d/89d000e4-63dd-403a-885b-4fe8664e4026][create-a-new-frame]]
-emacsclient -c $@
+emacsclient --eval "(make-frame-command)" $@
 # End my-init.org [[id:../.emacs.d/89d000e4-63dd-403a-885b-4fe8664e4026][create-a-new-frame]]