|
|
|
@ -176,6 +176,12 @@
|
|
|
|
|
(add-hook 'python-mode-hook 'jedi:setup) |
|
|
|
|
(setq jedi:complete-on-dot t) |
|
|
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
;; Ensure Shell Variables Look the Same in Emacs (OS X and Linux) |
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
(when (memq window-system '(mac ns x)) |
|
|
|
|
(exec-path-from-shell-initialize)) |
|
|
|
|
|
|
|
|
|
;;-------------------------------------------------------------------------------------- |
|
|
|
|
;; Enable ParEdit for Emacs lisp modes |
|
|
|
|