Sfoglia il codice sorgente

bitwarden: add forgotten defgroup

Sean Farley 7 anni fa
parent
commit
4360244360
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      bitwarden.el

+ 6 - 0
bitwarden.el

@@ -36,6 +36,12 @@
 
 ;=============================== custom variables ==============================
 
+(defgroup bitwarden nil
+  "Bitwarden functions and settings."
+  :group 'external
+  :tag "bitwarden"
+  :prefix "bitwarden-")
+
 (defcustom bitwarden-bw-executable (executable-find "bw")
   "The bw cli executable used by Bitwarden."
   :group 'bitwarden