From b0fc733014c1bee2c2584ac2ab86107870bfefa6 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 31 Dec 2015 17:24:35 +0900 Subject: [PATCH] emacs.el: Use cl-lib instead of cl --- emacs.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/emacs.el b/emacs.el index 41892dd..41801fc 100644 --- a/emacs.el +++ b/emacs.el @@ -17,9 +17,7 @@ (make-directory d)) (add-to-list 'load-path d)) -(eval-when-compile - ;; TODO: Use cl-lib intead - (require 'cl nil t)) +(require 'cl-lib) ;; (add-hook 'after-change-major-mode-hook