about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-04-12 17:55:28 -0500
committerCase Duckworth2021-04-12 17:55:28 -0500
commit701adacf0e63a5be85406de26be552ac40d255c7 (patch)
tree363271044faffacef29fadffc2e8f1ba3f64e98f /init.el
parentMerge branch 'main' of https://tildegit.org/acdw/emacs (diff)
downloademacs-701adacf0e63a5be85406de26be552ac40d255c7.tar.gz
emacs-701adacf0e63a5be85406de26be552ac40d255c7.zip
Set `initial-major-mode' to `emacs-lisp-mode'
I don't use C-j anyway.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
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