emacs: Require 'cl-lib'.

* emacs/guix-emacs.el: Require 'cl-lib', for 'cl-pushnew'.
This commit is contained in:
Ludovic Courtès 2015-07-20 14:54:47 +02:00
parent 8bff3d1e44
commit 6078594b13
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
;;; Code:
(require 'guix-profiles)
(require 'cl-lib)
(defcustom guix-emacs-activate-after-operation t
"Activate Emacs packages after installing.