mirror of
https://github.com/tildeclub/tilde.etcskel.git
synced 2026-06-25 13:09:24 +00:00
first commit
This commit is contained in:
20
.emacs
Normal file
20
.emacs
Normal file
@@ -0,0 +1,20 @@
|
||||
;; .emacs
|
||||
|
||||
;;; uncomment this line to disable loading of "default.el" at startup
|
||||
;; (setq inhibit-default-init t)
|
||||
|
||||
;; enable visual feedback on selections
|
||||
;(setq transient-mark-mode t)
|
||||
|
||||
;; default to better frame titles
|
||||
(setq frame-title-format
|
||||
(concat "%b - emacs@" (system-name)))
|
||||
|
||||
;; default to unified diffs
|
||||
(setq diff-switches "-u")
|
||||
|
||||
;; always end a file with a newline
|
||||
;(setq require-final-newline 'query)
|
||||
|
||||
;;; uncomment for CJK utf-8 support for non-Asian users
|
||||
;; (require 'un-define)
|
||||
Reference in New Issue
Block a user