Move starte kits init.

This commit is contained in:
Ivan Malison 2014-04-13 22:20:06 -07:00
parent 4116004eb0
commit 4561dd9721

16
init.el
View File

@ -156,6 +156,14 @@
(add-hook 'python-mode-hook (lambda () (subword-mode 1))) (add-hook 'python-mode-hook (lambda () (subword-mode 1)))
;; =============================================================================
;; Starter Kits
;; =============================================================================
(load-file "~/.emacs.d/emacs-for-python/epy-init.el")
(setq skeleton-pair nil) ;; This stuff sucks.
;; ============================================================================= ;; =============================================================================
;; Custom Key Bindings ;; Custom Key Bindings
;; ============================================================================= ;; =============================================================================
@ -279,14 +287,6 @@
'(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")))))
;; =============================================================================
;; Starter Kits
;; =============================================================================
(load-file "~/.emacs.d/emacs-for-python/epy-init.el")
(setq skeleton-pair nil) ;; This stuff sucks.
;; ============================================================================= ;; =============================================================================
;; Customize ;; Customize
;; ============================================================================= ;; =============================================================================