ソースを参照

Start in text-mode

Josh Bicking 8 年 前
コミット
e4b17c6641
1 ファイル変更3 行追加0 行削除
  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