This commit is contained in:
Ivan Malison 2013-03-16 19:04:29 -07:00
parent b8e969c1d1
commit f5fbc614ab
2 changed files with 13 additions and 1 deletions

12
init.el
View File

@ -90,6 +90,18 @@
;; Multi-lining for python.
(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 ()
(setq tab-width 4,
indent-tabs-mode t