mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-26 08:55:57 +02:00
7 lines
260 B
EmacsLisp
7 lines
260 B
EmacsLisp
(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)
|