mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-06 01:21:38 -05:00
Make EIN byte compile-able w/o optional packages
This commit is contained in:
parent
4849b21dc3
commit
5a93a096dc
2 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
|||
;;; Code:
|
||||
|
||||
(eval-when-compile (require 'cl))
|
||||
(require 'auto-complete)
|
||||
(require 'auto-complete nil t)
|
||||
|
||||
(require 'ein-utils)
|
||||
(eval-when-compile (require 'ein-notebook)
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
|
||||
;;; Code:
|
||||
|
||||
(require 'smartrep)
|
||||
(require 'smartrep nil t)
|
||||
(require 'ein-notebook)
|
||||
|
||||
(defun ein:smartrep-config ()
|
||||
|
|
Loading…
Add table
Reference in a new issue