equal
deleted
inserted
replaced
83 |
83 |
84 (setq view-read-only t) |
84 (setq view-read-only t) |
85 |
85 |
86 (setq frame-title-format "Emacs - %b") |
86 (setq frame-title-format "Emacs - %b") |
87 |
87 |
88 ;; Always end a file with a newline. |
88 ;; Control if end of file end with newline. |
89 ;; (setq require-final-newline t) |
89 ;; See also 'mode-require-final-newline'. |
|
90 (add-hook 'text-mode-hook (lambda () (setq require-final-newline nil))) |
90 |
91 |
91 (setq read-quoted-char-radix 16) |
92 (setq read-quoted-char-radix 16) |
92 |
93 |
93 ;; ---------------------------------------------------------------------- |
94 ;; ---------------------------------------------------------------------- |
94 ;; Switching, creating, selecting buffers. |
95 ;; Switching, creating, selecting buffers. |