Skip to content

KeyWeeUsr/decor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MELPA MELPA Stable

decor

This library attempts to simplify removal of all frame (window) decorations as a global minor mode.

How to

Install it from Melpa or clone and install manually, then simply M-x decor-mode.

Automatical usage on start can be enabled in your config file with:

(use-package decor
  :ensure t
  :config (decor-mode))

Alternatively you can use one of these public functions:

  • decor-toggle-single-frame(win-id on)
  • decor-toggle-all-frames(on)
  • decor-all-frames-on()
  • decor-all-frames-off()

Documentation on those can be found via C-h f <name>.