Commit 489e66f54c52
Changed files (2)
lisp
lisp/vde-buffers.el
@@ -143,9 +143,6 @@
(unless (eq ibuffer-sorting-mode 'filename/process)
(ibuffer-do-sort-by-filename/process)))))
-;; Use `emacs-lisp-mode' instead of `lisp-interaction-mode' for scratch buffer
-(setq initial-major-mode 'emacs-lisp-mode)
-
(provide 'vde-buffers)
;; Local Variables:
lisp/vde-org.el
@@ -178,6 +178,14 @@ like this : [[pt:REGEXP:FOLDER]]"
:config
(setq org-bullets-bullet-list '("โ" "โ" "โซ")))
+;; Use `org-mode' instead of `lisp-interaction-mode' for scratch buffer
+(setq
+ inhibit-startup-message t ; don't show the startup message
+ inhibit-startup-screen t ; โฆ or screen
+ initial-scratch-message nil ; empty scratch buffer
+ initial-major-mode 'org-mode ; org-mode by default
+ )
+
(provide 'vde-org)
;; Local Variables: