選択できるのは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)