diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 14dde55..f72c739 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -171,7 +171,7 @@ templates yet. ("C-c o l" . org-store-link)) :custom (initial-major-mode 'org-mode) (org-src-tab-acts-natively t) - (org-confirm-babel-evalute nil) + (org-confirm-babel-evaluate nil) (org-capture-templates '(("b" "Bookmark" entry (file+headline "~/notes/bookmarks.org" "Unsorted")