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/alt-font-menu/files/50alt-font-menu-gentoo.el

8 lines
233 B

;;; alt-font-menu site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'alt-mouse-set-font "alt-font-menu"
"interactively choose font using mouse" t)
(global-set-key [(shift down-mouse-1)] 'alt-mouse-set-font)