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/xrdb-mode/files/70xrdb-mode-gentoo.el

12 lines
399 B

;;; xrdb-mode site-lisp configuration
(add-to-list 'load-path "@SITELISP@")
(autoload 'xrdb-mode "xrdb-mode" "Mode for editing X resource files" t)
(setq auto-mode-alist
(append '(("\\.Xdefaults$" . xrdb-mode)
("\\.Xenvironment$" . xrdb-mode)
("\\.Xresources$" . xrdb-mode)
("\\.ad$" . xrdb-mode))
auto-mode-alist))