Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 772 Bytes

File metadata and controls

19 lines (11 loc) · 772 Bytes

frame-opacity

Some elisp helpers to dynamically change emacs frame transparency using some keyboard shortcuts.

Configurtion sample:

(require 'frame-opacity)
(global-set-key [C-prior]  '(lambda () (interactive) (frame-opacity-change-relative +5)))
(global-set-key [C-next]   '(lambda () (interactive) (frame-opacity-change-relative -5)))

Test/Compile using emacs24 on Travis

Build Status

Coverage Status