Permalink
Switch branches/tags
Nothing to show
Find file Copy path
Fetching contributors…
Cannot retrieve contributors at this time
11 lines (9 sloc) 212 Bytes
(menu-bar-mode -1)
(tool-bar-mode -1)
(transient-mark-mode 1)
(setq inhibit-splash-screen t)
(setq column-number-mode t)
;disable backup
(setq backup-inhibited t)
;disable auto save
(setq auto-save-default nil)