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))
|
'bitwarden--shell-status))
|
||||||
|
|
||||||
(defun bitwarden-hello ()
|
(defun bitwarden-dummy ()
|
||||||
"Dummy function."
|
"Dummy function."
|
||||||
(interactive)
|
(interactive)
|
||||||
(message "hello"))
|
(message "Hello from bitwarden.el!"))
|
||||||
|
|
||||||
;;; Transient Infixes
|
;;; Transient Infixes
|
||||||
(eval-when-compile
|
(eval-when-compile
|
||||||
@ -338,7 +338,7 @@ This function is meant to be called by a transient.")
|
|||||||
("c" "Config" bitwarden--config)
|
("c" "Config" bitwarden--config)
|
||||||
("l" "Login" bitwarden--login)
|
("l" "Login" bitwarden--login)
|
||||||
("L" "Lock" bitwarden-lock)
|
("L" "Lock" bitwarden-lock)
|
||||||
("s" "sync" bitwarden-hello)])
|
("s" "sync" bitwarden-dummy)])
|
||||||
|
|
||||||
;;; Public functions
|
;;; Public functions
|
||||||
(defun bitwarden-lock ()
|
(defun bitwarden-lock ()
|
||||||
|
Loading…
Reference in New Issue
Block a user