Make the dummy function more obvious
This commit is contained in:
parent
5f6645c032
commit
b2813060a0
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user