derp.
This commit is contained in:
parent
b8e969c1d1
commit
f5fbc614ab
12
init.el
12
init.el
@ -90,6 +90,18 @@
|
|||||||
;; Multi-lining for python.
|
;; Multi-lining for python.
|
||||||
(require 'multi-line-it)
|
(require 'multi-line-it)
|
||||||
|
|
||||||
|
;; Pymacs
|
||||||
|
(require 'pymacs)
|
||||||
|
(autoload 'pymacs-apply "pymacs")
|
||||||
|
(autoload 'pymacs-call "pymacs")
|
||||||
|
(autoload 'pymacs-eval "pymacs" nil t)
|
||||||
|
(autoload 'pymacs-exec "pymacs" nil t)
|
||||||
|
(autoload 'pymacs-load "pymacs" nil t)
|
||||||
|
(autoload 'pymacs-autoload "pymacs")
|
||||||
|
|
||||||
|
;; Rope
|
||||||
|
(pymacs-load "ropemacs" "rope-")
|
||||||
|
|
||||||
(defun yelp-tabs ()
|
(defun yelp-tabs ()
|
||||||
(setq tab-width 4,
|
(setq tab-width 4,
|
||||||
indent-tabs-mode t
|
indent-tabs-mode t
|
||||||
|
Loading…
Reference in New Issue
Block a user