You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/cdargs/files/50cdargs-gentoo.el

9 lines
270 B

;;; 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)