|
|
|
|
|
by josephkern
5395 days ago
|
|
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. |
|