summaryrefslogtreecommitdiffstats
path: root/lisp/init-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-org.el')
-rw-r--r--lisp/init-org.el7
1 files changed, 1 insertions, 6 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index d56ae91..b9551ec 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -44,11 +44,6 @@
(setq org-src-tab-acts-natively t)
;; C-c captures tasks
- (global-set-key (kbd "C-c c") 'org-capture)
-
- ;; enable flyspell-mode
- (add-hook 'org-mode-hook
- (lambda ()
- (when (featurep 'flyspell) (flyspell-mode 1)))))
+ (global-set-key (kbd "C-c c") 'org-capture))
(provide 'init-org)