From 5d0fe5971995503f57798601cd3a9e9e9c4c7b9d Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 13 Mar 2024 11:27:29 -0700 Subject: [oni-python] Remove traad dependency I'm unable to package up traad for Guix at the moment. --- oni-python/oni-python.el | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'oni-python/oni-python.el') diff --git a/oni-python/oni-python.el b/oni-python/oni-python.el index bf46632..f737eeb 100644 --- a/oni-python/oni-python.el +++ b/oni-python/oni-python.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.1201.134230 -;; Package-Requires: (oni-yasnippet oni-company oni-flycheck oni-hydra oni-lsp rainbow-delimiters reformatter traad) +;; Version: 2024.0313.112713 +;; Package-Requires: (oni-yasnippet oni-company oni-flycheck oni-hydra oni-lsp rainbow-delimiters reformatter) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -38,7 +38,6 @@ (require 'hydra) (require 'python) (require 'reformatter) -(require 'traad) (require 'whitespace) (require 'yasnippet) @@ -80,10 +79,6 @@ for indentation." :lighter "" :group 'python-black) -(defhydra python-refactor-hydra (:color blue) - ("r" traad-rename "Rename object") - ("m" traad-extract-method "Extract method")) - (define-key python-mode-map (kbd "C-c r") 'python-refactor-hydra/body) (add-hook 'python-mode-hook 'company-mode) -- cgit v1.2.3-54-g00ecf