Hacker News new | ask | show | jobs
by eschulte 5397 days ago
no org-mode support?
1 comments

Sure there is.

"You can also customize the major mode that Deft uses to edit files, either through M-x customize-group or by adding something like the following to your .emacs file:

(setq deft-text-mode 'markdown-mode)"

All you need to do is:

(setq deft-text-mode 'org-mode)

Or any other major mode for that matter.