Skip to content

vim.emacs is a vim plugin to evaluate elisp expressions in Emacs.

License

Notifications You must be signed in to change notification settings

ollej/vim-emacs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

vim.emacs

vim.emacs is a vim plugin to evaluate elisp expressions in Emacs with a server running.

May be useful if you edit your .emacs file with vim.

Isn't it awesome?!

Installation

Use Vim 8, pathogen or vundle to install vim.emacs.

Setup

Open Emacs and run the following command to start the server.

M-x server-start

Usage

Select a range of lines with Elisp expressions and run the command :Emacs

Each line will be executed in Emacs and any output will be displayed in Vim.

Elisp

A couple of emacs lisp lines to try out.

(message "Hello, world!")
(info "Elisp")

About

vim.emacs is a vim plugin to evaluate elisp expressions in Emacs.

Resources

License

Stars

Watchers

Forks

Packages

No packages published