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.
|
- ;;-*-mode: emacs-lisp; coding: utf-8;-*-
-
- ;; Get rid of all of the stupid "look here's emacs" kthxbai
- (setq inhibit-startup-message t)
- (setq inhibit-startup-screen t)
- (setq inhibit-startup-echo-area-message t)
-
- ;; Update non-edited files changed on disk automatically
- (setq global-auto-revert-mode t)
|