From cca05f57b56041cab91cc69d02eb31f58623eb6c Mon Sep 17 00:00:00 2001 From: "James W. Brinkerhoff" Date: Fri, 12 Aug 2016 11:04:53 -0400 Subject: [PATCH] Fix single missing character in documentation Within the Important Note there is a single character (which written as wich) typo that this change corrects. --- layers/+emacs/org/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/+emacs/org/README.org b/layers/+emacs/org/README.org index 7ad0cd096..d7851b2b8 100644 --- a/layers/+emacs/org/README.org +++ b/layers/+emacs/org/README.org @@ -56,7 +56,7 @@ should not be loaded before =dotspacemacs/user-config=, otherwise both versions will be loaded and will conflict. Because of autoloading, calling to =org= functions will trigger the loading up -of the =org= shipped with emacs wich will induce conflicts. +of the =org= shipped with emacs which will induce conflicts. One way to avoid conflict is to wrap your =org= config code in a =with-eval-after-load= block like this: