Reinstall elpy
This commit is contained in:
parent
9cd95b2031
commit
4f619cd130
7 changed files with 4 additions and 7 deletions
|
@ -68,7 +68,7 @@
|
||||||
'(package-enable-at-startup t)
|
'(package-enable-at-startup t)
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(ace-window graphviz-dot-mode dot-mode plantuml-mode elisp-format elisp-lint flymake-racket google-translate org-pomodoro elm-mode dashboard pickle poet-theme flymake-eslint json-mode elpy darkroom dockerfile-mode ein spacemacs-theme flucui-themes leuven-theme htmlize scss-mode berrys-theme web-mode python-docstring sphinx-doc sphinx-frontend sphinx-mode ox-nikola racket-mode slime gherkin-mode powershell typescript-mode ob-http ob-ipython ob-restclient nord-theme restclient request restclient-test yaml-mode magit)))
|
(elpy ace-window graphviz-dot-mode dot-mode plantuml-mode elisp-format elisp-lint flymake-racket google-translate org-pomodoro elm-mode dashboard pickle poet-theme flymake-eslint json-mode darkroom dockerfile-mode ein spacemacs-theme flucui-themes leuven-theme htmlize scss-mode berrys-theme web-mode python-docstring sphinx-doc sphinx-frontend sphinx-mode ox-nikola racket-mode slime gherkin-mode powershell typescript-mode ob-http ob-ipython ob-restclient nord-theme restclient request restclient-test yaml-mode magit)))
|
||||||
'(python-shell-interpreter "python3")
|
'(python-shell-interpreter "python3")
|
||||||
'(register-preview-delay 2)
|
'(register-preview-delay 2)
|
||||||
'(register-separator 43)
|
'(register-separator 43)
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1,2 +1,2 @@
|
||||||
;;; -*- no-byte-compile: t -*-
|
;;; -*- no-byte-compile: t -*-
|
||||||
(define-package "reformatter" "20200304.2250" "Define commands which run reformatters on the current buffer" '((emacs "24.3")) :commit "af393979570b801263bd57d7f136dc5bfd1106d1" :keywords '("convenience" "tools") :authors '(("Steve Purcell" . "steve@sanityinc.com")) :maintainer '("Steve Purcell" . "steve@sanityinc.com") :url "https://github.com/purcell/reformatter.el")
|
(define-package "reformatter" "20200327.2358" "Define commands which run reformatters on the current buffer" '((emacs "24.3")) :commit "e8f70b20caf6672353a2b0ee3161d4791c412696" :keywords '("convenience" "tools") :authors '(("Steve Purcell" . "steve@sanityinc.com")) :maintainer '("Steve Purcell" . "steve@sanityinc.com") :url "https://github.com/purcell/reformatter.el")
|
|
@ -6,7 +6,7 @@
|
||||||
;; Keywords: convenience, tools
|
;; Keywords: convenience, tools
|
||||||
;; Homepage: https://github.com/purcell/reformatter.el
|
;; Homepage: https://github.com/purcell/reformatter.el
|
||||||
;; Package-Requires: ((emacs "24.3"))
|
;; Package-Requires: ((emacs "24.3"))
|
||||||
;; Package-Version: 20200304.2250
|
;; Package-Version: 20200327.2358
|
||||||
;; Package-X-Original-Version: 0
|
;; Package-X-Original-Version: 0
|
||||||
|
|
||||||
;; This program is free software; you can redistribute it and/or modify
|
;; This program is free software; you can redistribute it and/or modify
|
||||||
|
@ -189,10 +189,7 @@ DISPLAY-ERRORS, shows a buffer if the formatting fails."
|
||||||
;; disruption to marker positions and the
|
;; disruption to marker positions and the
|
||||||
;; undo list
|
;; undo list
|
||||||
(narrow-to-region beg end)
|
(narrow-to-region beg end)
|
||||||
(reformatter-replace-buffer-contents-from-file out-file)
|
(reformatter-replace-buffer-contents-from-file out-file))
|
||||||
;; In future this might be made optional, or a user-provided
|
|
||||||
;; ":after" form could be inserted for execution
|
|
||||||
(delete-trailing-whitespace))
|
|
||||||
(if display-errors
|
(if display-errors
|
||||||
(display-buffer error-buffer)
|
(display-buffer error-buffer)
|
||||||
(message ,(concat (symbol-name name) " failed: see %s") (buffer-name error-buffer)))))
|
(message ,(concat (symbol-name name) " failed: see %s") (buffer-name error-buffer)))))
|
Binary file not shown.
Loading…
Add table
Reference in a new issue