You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

10 line
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)