Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/cowboyd/zsh-emacs

Emacs aliases and settings for zsh
https://github.com/cowboyd/zsh-emacs

antigen emacs zimfw zsh zsh-configuration zsh-plugin

Last synced: about 2 months ago
JSON representation

Emacs aliases and settings for zsh

Lists

README

        

zsh-emacs
===========

Useful [Emacs][2] 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:

``` shell
# 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.

[1]: https://github.com/zimfw/zimfw
[2]: https://www.gnu.org/software/emacs/