evm

所属分类:collect
开发工具:Emacs Lisp
文件大小:0KB
下载次数:0
上传日期:2016-09-29 21:06:19
上 传 者sh-1993
说明:  Emacs版本管理器,
(Emacs Version Manager,)

文件列表:
.travis.yml (399, 2014-10-07)
Cask (113, 2014-10-07)
Makefile (282, 2014-10-07)
evm.el (2510, 2014-10-07)
test/ (0, 2014-10-07)
test/evm-test.el (1848, 2014-10-07)
test/test-helper.el (990, 2014-10-07)

# evm.el [![Build Status](https://api.travis-ci.org/rejeep/evm.el.png?branch=master)](http://travis-ci.org/rejeep/evm.el) Emacs Version Manager ## Installation Add `evm` to your [Cask](https://github.com/cask/cask) file: ```lisp (depends-on "evm") ``` ## Usage ```lisp (require 'evm) ``` ## API ### evm-find `(name)` Find file with `name` in currently selected Emacs. ```lisp (evm-find "emacsclient") ;; => /usr/local/evm/emacs-24.3/bin/emacsclient ``` ### evm-emacs `()` Return absolute path to Emacs binary. ```lisp (evm-emacs) ;; => /usr/local/evm/emacs-24.3/bin/emacs ``` ### evm-emacsclient `()` Return absolute path to Emacsclient binary. ```lisp (evm-emacsclient) ;; => /usr/local/evm/emacs-24.3/bin/emacsclient ``` ## Contribution Contribution is much welcome! Install [cask](https://github.com/cask/cask) if you haven't already, then: $ cd /path/to/evm.el $ cask Run all tests with: $ make

近期下载者

相关文件


收藏者