aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zshenv4
1 files changed, 2 insertions, 2 deletions
diff --git a/zshenv b/zshenv
index f80f30a..df3d00a 100644
--- a/zshenv
+++ b/zshenv
@@ -12,11 +12,11 @@ export force_color_prompt=yes
export ZSH_THEME="af-magic"
# Programming
-spc() {
+spc() { # Use this to create a new frame quickly. Also when you just want to open Emacs.
emacsclient -c --socket-name=MAIN $1 & disown
}
-spu() { # Use
+spu() { # Use this for times where you've already got a emacsclient frame open
emacsclient --socket-name=MAIN $1 & disown
}