An open API service indexing awesome lists of open source software.

https://github.com/ir33k/fringe-hide

Emacs fringe-hide minor mode that hides left, right or both fringes in current buffer.
https://github.com/ir33k/fringe-hide

emacs emacs-lisp

Last synced: 3 months ago
JSON representation

Emacs fringe-hide minor mode that hides left, right or both fringes in current buffer.

Awesome Lists containing this project

README

        

# Emacs fringe-hide minor mode

Hide buffer left, right or both fringes. Read mode documentation
or/and source code for more details. Examples:

```elisp
;; M-x fringe-hide-mode
;; M-x fringe-hide

(fringe-hide-mode 1)
(fringe-hide-mode -1)

(fringe-hide "left")
(fringe-hide "right-margin")
(fringe-hide "both")
(fringe-hide "show")
```