diff --git a/bitwarden.el b/bitwarden.el index 836cf3f..a0eb670 100644 --- a/bitwarden.el +++ b/bitwarden.el @@ -123,10 +123,10 @@ The exit status of the command is stored in " ") 'bitwarden--shell-status)) -(defun bitwarden-hello () +(defun bitwarden-dummy () "Dummy function." (interactive) - (message "hello")) + (message "Hello from bitwarden.el!")) ;;; Transient Infixes (eval-when-compile @@ -338,7 +338,7 @@ This function is meant to be called by a transient.") ("c" "Config" bitwarden--config) ("l" "Login" bitwarden--login) ("L" "Lock" bitwarden-lock) - ("s" "sync" bitwarden-hello)]) + ("s" "sync" bitwarden-dummy)]) ;;; Public functions (defun bitwarden-lock ()