Skip to content

cowboyd/zsh-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

zsh-emacs

Useful Emacs aliases and settings. This will set emacs to be your default editor for shell operations like editting git commit messages

Installation

Once you have emacs already on your system, add the following to your zsh plugin manaher. For example:

# antigen
antigen bundle cowboyd/zsh-emacs

#zim
zmodule cowboyd/zh-emacs --branch v1

Aliases

  • e edit a file or directory by connecting to an emacs server. If an emacs server is not started, it will be created for you.
  • equick start up emacs with absolutely no initialization customization whatsoever. Useful for digging yourself out of a hole if you managed to bork your init files.