summaryrefslogtreecommitdiff
blob: fbd76eb2c3dd08a5a4352c16811d4e4257c75d12 (plain)
1
2
3
4
5
6
7
8
9
;; wtf site-lisp configuration

(add-to-list 'load-path "@SITELISP@")
(autoload 'wtf-add "wtf"
  "Add ACRONYM and its DEFINITION to the list of custom associations." t)
(autoload 'wtf-remove "wtf"
  "Remove ACRONYM from the list of custom associations." t)
(autoload 'wtf-is "wtf" "Provide the definition for ACRONYM." t)