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/dev-util/global/files/50gtags-gentoo.el

7 lines
183 B

;;; global site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'gtags-mode "gtags"
"Toggle Gtags mode, a minor mode for browsing source code using GLOBAL." t)