|
|
|
|
|
by chromejs10
5432 days ago
|
|
Here is mine. Not too much in it. The main thing was get rid of all those annoying *~ files (setq-default truncate-lines t)
(setq truncate-partial-width-windows nil) ;; for vertically-split windows
(setq inhibit-startup-message t)
(setq make-backup-files nil) ; Don't want any backup files
(setq auto-save-list-file-name nil) ; Don't want any .saves files
(setq-default transient-mark-mode t) |
|