summaryrefslogtreecommitdiff
blob: cc7fdfa63ed64673433c66695d03b4d93f9e7255 (plain)
1
2
3
4
5
6
7
(add-to-list 'load-path "@SITELISP@")
(autoload 'deft "deft"
  "Switch to *Deft* buffer and load files." t)
(autoload 'deft-find-file "deft"
  "Find FILE interactively using the minibuffer." t)
(autoload 'deft-new-file "deft"
  "Create a new file quickly." t)