emacs: don’t set initial-major-mode to text-mode
authorAmin Bandali <bandali@gnu.org>
Tue, 3 Sep 2019 00:46:35 +0000 (20:46 -0400)
committerAmin Bandali <bandali@gnu.org>
Tue, 3 Sep 2019 00:46:35 +0000 (20:46 -0400)
lisp-interaction-mode is fine.  i do recall, however, that at some
point *scratch* used fundamental-mode though; not sure.

.emacs.d/init.el

index fb4c73c..0aca776 100644 (file)
@@ -345,7 +345,7 @@ For disabling the behaviour for certain buffers and/or modes."
   ;; i don't need the default hint
   (initial-scratch-message nil)
   ;; use customizable text-mode as major mode for *scratch*
-  (initial-major-mode 'text-mode)
+  ;; (initial-major-mode 'text-mode)
   ;; inhibit buffer list when more than 2 files are loaded
   (inhibit-startup-buffer-menu t)
   ;; don't need to see the startup screen or echo area message