2012-07-02 17:40:32 +02:00
|
|
|
(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/")
|
2012-06-11 04:38:46 +02:00
|
|
|
(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
|
|
|
|
2012-08-23 23:23:27 +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)
|