Fix loading of scheme settings
This commit is contained in:
parent
6ef42388f5
commit
180cd7bd87
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
- [[file:init/oni-scheme-init.org][scheme-mode]] :: Scheme is an awesome lisp variant.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+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
|
#+END_SRC
|
||||||
|
|
||||||
** Inferior Emacs lisp mode (ielm)
|
** Inferior Emacs lisp mode (ielm)
|
||||||
|
|
Loading…
Reference in a new issue