emacs-ipython-notebook/doc/source/conf.el

13 lines
504 B
EmacsLisp
Raw Normal View History

(add-to-list 'load-path "~/.emacs.d/el-get/ein/lisp/")
2012-06-10 21:59:48 +02:00
(add-to-list 'load-path "~/.emacs.d/el-get/websocket/")
(add-to-list 'load-path "~/.emacs.d/el-get/nxhtml/util/") ; mumamo
2012-06-14 17:52:22 +02:00
(add-to-list 'load-path "~/.emacs.d/el-get/auto-complete/")
(add-to-list 'load-path "~/.emacs.d/el-get/popup/") ; for auto-complete
2012-06-10 21:59:48 +02:00
(require 'ein-dev)
(ein:dev-require-all)
2012-06-11 03:52:59 +02:00
;; Load `wid-edit'. Otherwise the following error will be raised:
;; Symbol's function definition is void: widget-button-press
(require 'wid-edit)