Browse Source

Add frame-background-mode

master
10sr 5 years ago
parent
commit
85af27089c
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      emacs.el

+ 3
- 0
emacs.el View File

@@ -515,6 +515,9 @@ found, otherwise returns nil."


;; (set-window-margins (selected-window) 1 1) ;; (set-window-margins (selected-window) 1 1)


(unless window-system
(setq frame-background-mode 'dark))

(and (or (eq system-type 'Darwin) (and (or (eq system-type 'Darwin)
(eq system-type 'darwin)) (eq system-type 'darwin))
(fboundp 'mac-set-input-method-parameter) (fboundp 'mac-set-input-method-parameter)


Loading…
Cancel
Save