您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

10 行
301 B

  1. ;;-*-mode: emacs-lisp; coding: utf-8;-*-
  2. ;; Get rid of all of the stupid "look here's emacs" kthxbai
  3. (setq inhibit-startup-message t)
  4. (setq inhibit-startup-screen t)
  5. (setq inhibit-startup-echo-area-message t)
  6. ;; Update non-edited files changed on disk automatically
  7. (setq global-auto-revert-mode t)