From 8c58e4c40d75dc67b154cd959e5e63218823d6b2 Mon Sep 17 00:00:00 2001 From: AChavali Date: Mon, 30 Dec 2019 14:54:37 +0000 Subject: +comments Emacs functions --- zshenv | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zshenv') 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 } -- cgit v1.2.3-13-gbd6f