|
@ -1,6 +1,6 @@ |
|
|
#+TITLE: Emacs Configuration |
|
|
#+TITLE: Emacs Configuration |
|
|
#+AUTHOR: Marc Pohling |
|
|
#+AUTHOR: Marc Pohling |
|
|
#+ |
|
|
|
|
|
|
|
|
|
|
|
* Personal Information |
|
|
* Personal Information |
|
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
#+BEGIN_SRC emacs-lisp |
|
@ -1406,6 +1406,7 @@ END_SRC |
|
|
To fix it: |
|
|
To fix it: |
|
|
- Figure out which jediepcserver is running (first guess is melpa/jedi-core../jediepcserver.py |
|
|
- Figure out which jediepcserver is running (first guess is melpa/jedi-core../jediepcserver.py |
|
|
- Change some code: |
|
|
- Change some code: |
|
|
|
|
|
|
|
|
#+BEGIN_SRC python |
|
|
#+BEGIN_SRC python |
|
|
100 return dict( |
|
|
100 return dict( |
|
|
101 # p.get_code(False) should do the job. But jedi-vim use replace. |
|
|
101 # p.get_code(False) should do the job. But jedi-vim use replace. |
|
|