aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.org b/emacs/.emacs.d/init.org
index 6955fcf..c375d7d 100644
--- a/emacs/.emacs.d/init.org
+++ b/emacs/.emacs.d/init.org
@@ -718,7 +718,7 @@ To start off, first I need to enable lexical binding.
- [[file:init/oni-scheme-init.org][scheme-mode]] :: Scheme is an awesome lisp variant.
#+BEGIN_SRC emacs-lisp
- (with-eval-after-load 'scheme-mode (load "oni-scheme-init"))
+ (with-eval-after-load 'scheme (load "oni-scheme-init"))
#+END_SRC
** Inferior Emacs lisp mode (ielm)