From 5cb59458c611626b49741d175faf48a6539eb267 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Wed, 6 Jun 2018 13:29:29 +0900 Subject: [PATCH] Add generic-x loading --- emacs.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs.el b/emacs.el index bb5abbe..0890f90 100644 --- a/emacs.el +++ b/emacs.el @@ -748,6 +748,9 @@ found, otherwise returns nil." ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; some modes and hooks +;; Include some extra modes +(require 'generic-x) + ;; Workaround to avoid ensime error (defvar ensime-mode-key-prefix nil)