From c441e3e4bcb3a15fbf7f51f99d1781d7c476a671 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 14 Jun 2012 00:06:47 +0900 Subject: [PATCH] require sudoku --- emacs.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/emacs.el b/emacs.el index 8c49eb9..4202ae3 100644 --- a/emacs.el +++ b/emacs.el @@ -525,6 +525,8 @@ Return nil if library unfound and failed to download, otherwise the path where t (add-to-list 'package-archives '("ELPA" . "http://tromey.com/elpa/")) (package-initialize)) +(require 'sudoku nil t) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; some modes and hooks