Added emacs-for-python.

This commit is contained in:
Ivan Malison 2013-03-19 19:59:41 -07:00
parent 688bf2c799
commit 489c25f12e
3 changed files with 6 additions and 3 deletions

3
.gitmodules vendored
View File

@ -10,3 +10,6 @@
[submodule "themes/zenburn"]
path = themes/zenburn
url = https://github.com/bbatsov/zenburn-emacs
[submodule "emacs-for-python"]
path = emacs-for-python
url = git@github.com:gabrielelanaro/emacs-for-python.git

1
emacs-for-python Submodule

@ -0,0 +1 @@
Subproject commit 50c3b1e9bb1afe561666ec9c9b627763c313e910

View File

@ -34,9 +34,6 @@
(ido-mode t)
(setq ido-enable-flex-matching t)
;; Code Completion.
(require 'yasnippet-bundle)
;; Give duplicate open buffers better titles.
(require 'uniquify)
(setq uniquify-buffer-name-style 'forward)
@ -180,3 +177,5 @@
'(rainbow-delimiters-depth-7-face ((t (:foreground "blue"))))
'(rainbow-delimiters-depth-8-face ((t (:foreground "yellow"))))
'(rainbow-delimiters-depth-9-face ((t (:foreground "magenta")))))
(load-file "~/.emacs.d/emacs-for-python/epy-init.el")