diff options
author | Case Duckworth | 2021-04-12 17:55:28 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-12 17:55:28 -0500 |
commit | 701adacf0e63a5be85406de26be552ac40d255c7 (patch) | |
tree | 363271044faffacef29fadffc2e8f1ba3f64e98f | |
parent | Merge branch 'main' of https://tildegit.org/acdw/emacs (diff) | |
download | emacs-701adacf0e63a5be85406de26be552ac40d255c7.tar.gz emacs-701adacf0e63a5be85406de26be552ac40d255c7.zip |
Set `initial-major-mode' to `emacs-lisp-mode'
I don't use C-j anyway.
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 514f045..2fcd564 100644 --- a/init.el +++ b/init.el | |||
@@ -168,6 +168,7 @@ | |||
168 | user-full-name)) | 168 | user-full-name)) |
169 | "! " | 169 | "! " |
170 | "Welcome to GNU Emacs.\n\n") | 170 | "Welcome to GNU Emacs.\n\n") |
171 | initial-major-mode 'emacs-lisp-mode | ||
171 | disabled-command-function nil | 172 | disabled-command-function nil |
172 | load-prefer-newer t | 173 | load-prefer-newer t |
173 | comp-async-report-warnings-errors nil | 174 | comp-async-report-warnings-errors nil |