diff --git a/.gitmodules b/.gitmodules index 6a26420..e6c840b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -85,3 +85,6 @@ [submodule "ace-link"] path = ace-link url = https://github.com/abo-abo/ace-link +[submodule "flyspell-lazy"] + path = flyspell-lazy + url = https://github.com/rolandwalker/flyspell-lazy diff --git a/flyspell-lazy b/flyspell-lazy new file mode 160000 index 0000000..3ebf68c --- /dev/null +++ b/flyspell-lazy @@ -0,0 +1 @@ +Subproject commit 3ebf68cc9eb10c972a2de8d7861cbabbbce69570 diff --git a/global.org b/global.org index 946c9ab..874d86e 100644 --- a/global.org +++ b/global.org @@ -612,6 +612,7 @@ #+BEGIN_SRC emacs-lisp (setq org-agenda-files '("~/org/master.org" + "~/org/next.org" "~/org/orgzly/work.org" "~/org/orgzly/scheduled.org" "~/org/orgzly/hack.org"