From f6f7df553a292742fd1a087a8cc50e43116a1f0d Mon Sep 17 00:00:00 2001 From: Adrien Brochard Date: Wed, 24 Jan 2024 11:24:34 -0500 Subject: [PATCH] removing duplicate kubel-open function --- kubel.el | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/kubel.el b/kubel.el index de4594f..a03af85 100644 --- a/kubel.el +++ b/kubel.el @@ -1267,19 +1267,6 @@ When called interactively, prompts for a buffer belonging to kubel." map) "Keymap for `kubel-mode'.") -;;;###autoload -(defun kubel-open (context &optional namespace resource directory) - "Open kubel pointing to CONTEXT and NAMESPACE. - -NAMEPACE is optional, will default to \"default\". -RESOURCE is optional, will default to pods. -DIRECTORY is optional for TRAMP support." - (setq kubel-context context) - (setq kubel-namespace (or namespace "default")) - (setq kubel-resource (or resource "Pods")) - (kubel directory)) - - (defun kubel--current-state () "Show in the Echo Area the current context, namespace, and resource." (message (concat