5 lines
132 B
Common Lisp
5 lines
132 B
Common Lisp
;; -*- mode: lisp; -*-
|
|
(setq inhibit-splash-screen t)
|
|
(setq tab-width 4)
|
|
(setq indent-tabs-mode nil)
|
|
(setq backup-directory "/tmp")
|