Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 288 Bytes

File metadata and controls

15 lines (8 loc) · 288 Bytes

toggle-theme

An emacs library that offers comfortable switching between two themes.

Installation instructions:

;; put toggle-theme.el in the load path.

(require 'toggle-theme)

;; bind mp/theme-toggle to some handy key.

(global-set-key (kbd "") 'mp/theme-toggle)