Browse Source

Start in text-mode

Josh Bicking 8 năm trước cách đây
mục cha
commit
e4b17c6641
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      emacs

+ 3 - 0
emacs

@@ -23,6 +23,9 @@
 ;; Auto-enable elisp when opening .emacs in dotfiles (without the .)
 (add-to-list 'auto-mode-alist '("emacs" . emacs-lisp-mode))
 
+;; Start in text-mode
+(setq initial-major-mode 'text-mode)
+
 ;;;; Packages
 
 ;; Package installation