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/cflow/files/50cflow-gentoo.el

7 lines
177 B

;;; cflow site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'cflow-mode "cflow-mode" nil t)
(add-to-list 'auto-mode-alist '("\\.cflow\\'" . cflow-mode))