Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

10 řádky
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)