diff options
author | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 14:54:37 +0000 |
---|---|---|
committer | AChavali <aryadevchavali1@gmail.com> | 2019-12-30 14:54:37 +0000 |
commit | 8c58e4c40d75dc67b154cd959e5e63218823d6b2 (patch) | |
tree | 1fd9a30d526393d02ffba186ccd4fd5e666d6d1a | |
parent | 42cb6f3919eee0d37ec148caf2a26ebc5c5a3a78 (diff) | |
download | dotfiles-8c58e4c40d75dc67b154cd959e5e63218823d6b2.tar.gz dotfiles-8c58e4c40d75dc67b154cd959e5e63218823d6b2.tar.bz2 dotfiles-8c58e4c40d75dc67b154cd959e5e63218823d6b2.zip |
+comments Emacs functions
-rw-r--r-- | zshenv | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 } |