From 7bb420a95668f5e402cf15b6987154e323b3001f Mon Sep 17 00:00:00 2001 From: steveokard Date: Wed, 27 Sep 2017 14:40:19 -0400 Subject: [PATCH] added emacs to my repertoire --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fd5a085..6d57df3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Including but not limited to: * zsh * tmux * vim +* emacs Also included are any custom shell scripts I might find useful to carry around with me. # vim @@ -15,6 +16,9 @@ a modern terminal multiplexor which is actively maintained compared to screen. B # ZSH I chose the Z shell for its extensive expansion and bonus features compared to the default bash shell. +# Emacs +My exploration of emacs begins with spacemacs, combining the power of both vim and emacs together! It's extensive set of plugins are self contained and updating to make life easy. Conveniently it has both a GUI and terminal version, but I'm still working on copy/paste! + ## Plugin Managers ### Vundle An expansion of the original pathogen plugin manager, this will automatically update git repos for plugins based on what's in the vimrc file