Skip to content
This repository has been archived by the owner on Oct 29, 2022. It is now read-only.

Enable `follow-mode` in current GNU Emacs buffer and open as many 80-char vertical window-splits as possible

License

Notifications You must be signed in to change notification settings

EricCrosson/follow-current-buffer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

follow-current-buffer Build Status Version

Enable follow-mode in the current buffer and open as many 80-char vertical window-splits as possible

Install

With Quelpa (and an evil-leader keybinding, feel free to customize)

(use-package follow-current-buffer
  :quelpa (follow-current-buffer
           :fetcher github
           :repo "EricCrosson/follow-current-buffer")
  :init (evil-leader/set-key "bF" 'follow-current-buffer))

Note: this project is not destined for MELPA

Or manually, after downloading into your load-path

(require 'follow-current-buffer)

Example

Example

License

GPL 2 (or higher) © Free Software Foundation, Inc.

About

Enable `follow-mode` in current GNU Emacs buffer and open as many 80-char vertical window-splits as possible

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published