Formatting
This commit is contained in:
parent
42c9aff348
commit
14fb38a574
@ -100,10 +100,10 @@ useful for alternating between light and dark themes"
|
|||||||
(eq (terminal-parameter nil 'background-mode) 'dark))
|
(eq (terminal-parameter nil 'background-mode) 'dark))
|
||||||
(setq mode 'light)
|
(setq mode 'light)
|
||||||
(setq mode 'dark))))
|
(setq mode 'dark))))
|
||||||
(set-frame-parameter nil 'background-mode mode)
|
(set-frame-parameter nil 'background-mode mode)
|
||||||
(set-terminal-parameter nil 'background-mode mode)
|
(set-terminal-parameter nil 'background-mode mode)
|
||||||
(dolist (theme custom-enabled-themes)
|
(dolist (theme custom-enabled-themes)
|
||||||
(enable-theme theme))))
|
(enable-theme theme))))
|
||||||
|
|
||||||
(global-set-key (kbd "<f5>") 'flip-background)
|
(global-set-key (kbd "<f5>") 'flip-background)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user