Klimi's new dotfiles with stow.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
300 B

  1. (define-package "elpy" "20190725.2259" "Emacs Python Development Environment"
  2. '((company "0.9.2")
  3. (emacs "24.4")
  4. (find-file-in-project "3.3")
  5. (highlight-indentation "0.5.0")
  6. (pyvenv "1.3")
  7. (yasnippet "0.8.0")
  8. (s "1.11.0")))
  9. ;; Local Variables:
  10. ;; no-byte-compile: t
  11. ;; End: