Guest User

Untitled

a guest
Jul 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ;; Fancy titlebar for MacOS
  2. (add-to-list 'default-frame-alist '(ns-transparent-titlebar . t))
  3. (add-to-list 'default-frame-alist '(ns-appearance . dark))
  4. (setq ns-use-proxy-icon nil)
  5. (setq frame-title-format nil)
Add Comment
Please, Sign In to add comment