summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 4c74dec..44bb61b 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -100,6 +100,10 @@
(add-hook 'sgml-mode-hook 'zencoding-mode) ; Auto-start on any markup
; modes
+;;; Xmodmap mode
+(autoload 'xmodmap-mode "xmodmap-mode" "Major mode for xmodmap" t)
+(add-to-list 'auto-mode-alist '("\\.[xX]modmap\\(rc\\)?$" . xmodmap-mode))
+
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; REQUIRES ;;
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;