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

11 lines
490 B

;;; sawfish site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'sawfish-mode "sawfish" "Autoload for sawfish-mode" t)
(autoload 'sawfish-interaction "sawfish" "Autoload for sawfish-interaction" t)
(autoload 'sawfish-console "sawfish" "Autoload for sawfish-console" t)
(add-to-list 'auto-mode-alist '("\\.sawfishrc$" . sawfish-mode))
(add-to-list 'auto-mode-alist '("\\.jl$" . sawfish-mode))
(add-to-list 'auto-mode-alist '("\\.sawfish/rc$" . sawfish-mode))