预览图:
- Github https://github.com/kiwanami/emacs-window-manager
- 依赖 https://raw.githubusercontent.com/kiwanami/emacs-window-layout/master/window-layout.el
安装:
cd ~/.emacs.d/plugin
git clone https://github.com/kiwanami/emacs-window-manager.git
cd emacs-window-manager
wget https://raw.githubusercontent.com/kiwanami/emacs-window-layout/master/window-layout.el
简单配置:
(add-to-list 'load-path "~/.emacs.d/plugin/emacs-window-manager/")
(require 'e2wm)
(global-set-key (kbd "M-+") 'e2wm:start-management)
(provide 'init-e2wm)
快捷键:
* M-+ 开启Emacs-Window-Manager
* C-; Q 退出Emacs-Window-Manager
* 更多见项目Github
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。