summaryrefslogtreecommitdiff
blob: f9203b308ce0bb8a5a640fe1485316652c1fc956 (plain)
1
2
3
4
5
6
7
8
;;; app-misc/cdargs site-lisp configuration

(add-to-list 'load-path "@SITELISP@")
(autoload 'cdargs "cdargs"
  "Change the current working directory using a bookmarks file." t)
(defalias 'cv 'cdargs)
(autoload 'cdargs-edit "cdargs" "Simply open the bookmarks file" t)