emacs: reindent
This commit is contained in:
parent
bfbbc9c0ec
commit
6a21a60e0f
1 changed files with 3 additions and 2 deletions
|
@ -280,8 +280,9 @@ One will be created if none exist."
|
|||
|
||||
;; guess the major mode from file name
|
||||
(setq-default major-mode (lambda ()
|
||||
(unless buffer-file-name (let ((buffer-file-name (buffer-name)))
|
||||
(set-auto-mode)))))
|
||||
(unless buffer-file-name
|
||||
(let ((buffer-file-name (buffer-name)))
|
||||
(set-auto-mode)))))
|
||||
|
||||
;; save files and your position in them
|
||||
(save-place-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue