forked from colonelpanic/dotfiles
Added emacs-for-python.
This commit is contained in:
parent
688bf2c799
commit
489c25f12e
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -10,3 +10,6 @@
|
|||||||
[submodule "themes/zenburn"]
|
[submodule "themes/zenburn"]
|
||||||
path = themes/zenburn
|
path = themes/zenburn
|
||||||
url = https://github.com/bbatsov/zenburn-emacs
|
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
1
emacs-for-python
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 50c3b1e9bb1afe561666ec9c9b627763c313e910
|
5
init.el
5
init.el
@ -34,9 +34,6 @@
|
|||||||
(ido-mode t)
|
(ido-mode t)
|
||||||
(setq ido-enable-flex-matching t)
|
(setq ido-enable-flex-matching t)
|
||||||
|
|
||||||
;; Code Completion.
|
|
||||||
(require 'yasnippet-bundle)
|
|
||||||
|
|
||||||
;; Give duplicate open buffers better titles.
|
;; Give duplicate open buffers better titles.
|
||||||
(require 'uniquify)
|
(require 'uniquify)
|
||||||
(setq uniquify-buffer-name-style 'forward)
|
(setq uniquify-buffer-name-style 'forward)
|
||||||
@ -180,3 +177,5 @@
|
|||||||
'(rainbow-delimiters-depth-7-face ((t (:foreground "blue"))))
|
'(rainbow-delimiters-depth-7-face ((t (:foreground "blue"))))
|
||||||
'(rainbow-delimiters-depth-8-face ((t (:foreground "yellow"))))
|
'(rainbow-delimiters-depth-8-face ((t (:foreground "yellow"))))
|
||||||
'(rainbow-delimiters-depth-9-face ((t (:foreground "magenta")))))
|
'(rainbow-delimiters-depth-9-face ((t (:foreground "magenta")))))
|
||||||
|
|
||||||
|
(load-file "~/.emacs.d/emacs-for-python/epy-init.el")
|
||||||
|
Loading…
Reference in New Issue
Block a user