Skip to content

Instantly share code, notes, and snippets.

@kotfic
Last active January 3, 2016 12:29
Show Gist options
  • Save kotfic/8463564 to your computer and use it in GitHub Desktop.
Save kotfic/8463564 to your computer and use it in GitHub Desktop.
(dir-locals-set-class-variables 'py2-directory
'(( py-mode . (( jedi:server-command . '("python2" jedi:server-script))
( jedi:server-args . "--sys-path /home/kotfic/.local/lib/python2.7/site-packages/")
( py-shell-name . "ipython2" )
)
)))
(dir-locals-set-directory-class "/home/kotfic/.config/qtile/" 'py2-directory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment