summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2014-02-22 10:58:56 +0000
committerUlrich Müller <ulm@gentoo.org>2014-02-22 10:58:56 +0000
commit2ae9533b90dcfc054641443f96e4a93b83cd2425 (patch)
tree3a4a6edcfc651801a53d66df4db89eac64fa4416 /app-emacs/xrdb-mode/files
parentVersion bump. Cleanup old. (diff)
downloadgentoo-2-2ae9533b90dcfc054641443f96e4a93b83cd2425.tar.gz
gentoo-2-2ae9533b90dcfc054641443f96e4a93b83cd2425.tar.bz2
gentoo-2-2ae9533b90dcfc054641443f96e4a93b83cd2425.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'app-emacs/xrdb-mode/files')
-rw-r--r--app-emacs/xrdb-mode/files/50xrdb-mode-gentoo.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/app-emacs/xrdb-mode/files/50xrdb-mode-gentoo.el b/app-emacs/xrdb-mode/files/50xrdb-mode-gentoo.el
new file mode 100644
index 000000000000..3cbe7466ec08
--- /dev/null
+++ b/app-emacs/xrdb-mode/files/50xrdb-mode-gentoo.el
@@ -0,0 +1,5 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'xrdb-mode "xrdb-mode" "Major mode for editing xrdb config files." t)
+(add-to-list
+ 'auto-mode-alist
+ '("\\.\\(Xdefaults\\|Xenvironment\\|Xresources\\|ad\\)\\'" . xrdb-mode))