Procházet zdrojové kódy

Typo in o-b-worg.org

Dan Davison před 16 roky
rodič
revize
fd810833a7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      org-babel-worg.org

+ 1 - 1
org-babel-worg.org

@@ -558,7 +558,7 @@ For a simple example of usage follow these 4 steps.
      (require 'org-babel-init)
      
      ;; load up all literate org-mode files in this directory
-     (mapc #'org-babel-load-file (directory-files ditfiles-dir t "\\.org$"))
+     (mapc #'org-babel-load-file (directory-files dotfiles-dir t "\\.org$"))
      
      ;;; init.el ends here
    #+end_src