emacs ;;fullscreen,color,alpha (if window-system (progn () (toggle-scroll-bar nil) (tool-bar-mode) (setq mac-autohide-menubar-on-maximize t) (mac-toggle-max-window) (setq default-frame-alist (append (list '(height . 50) ))) (require 'color-theme) (color-theme-initialize) (color-theme-dark-laptop) (set-frame-parameter nil 'alpha 80 ) ) ) これは便利!!