+comments Emacs functions
This commit is contained in:
4
zshenv
4
zshenv
@@ -12,11 +12,11 @@ export force_color_prompt=yes
|
|||||||
export ZSH_THEME="af-magic"
|
export ZSH_THEME="af-magic"
|
||||||
|
|
||||||
# Programming
|
# 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
|
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
|
emacsclient --socket-name=MAIN $1 & disown
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user