+comments Emacs functions

This commit is contained in:
AChavali
2019-12-30 14:54:37 +00:00
parent 42cb6f3919
commit 8c58e4c40d

4
zshenv
View File

@@ -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
}