项目作者: narendraj9

项目描述 :
Live Emacs buffers
高级语言: Emacs Lisp
项目地址: git://github.com/narendraj9/livemacs.git
创建时间: 2017-10-10T12:32:05Z
项目社区:https://github.com/narendraj9/livemacs

开源协议:

下载


livemacs

Inspired by https://doitlive.readthedocs.io/en/latest/, this module provides
commands that let you replay text in the current buffer.

  1. (use-package livemacs
  2. :commands livemacs-begin
  3. :load-path "/path/to/livemacs/")

To see it in action, switch to the buffer that you want to replay.

  1. M-x livemacs-begin

To customize expansion/reduction of the visible portion of text in buffer as
you press keys, set livemacs-next-position and livemacs-prev-position.
To customize the keymap used while replaying text, set
livemacs-transient-map.

See livemacs-next-position-eshell for an example of how to use the module.
With (setq livemacs-next-position livemacs-next-position-eshell), you can achieve the same functionality as doitlive in eshell.