Browse Source

minor visual fixes

master
Marc Pohling 6 years ago
parent
commit
a2587b291e
1 changed files with 2 additions and 1 deletions
  1. 3
      config.org

3
config.org

@ -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.

Loading…
Cancel
Save