Sfoglia il codice sorgente

bitwarden: add missing requires

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

+ 2 - 0
bitwarden.el

@@ -31,6 +31,8 @@
 ;;; Code:
 
 (require 'json)
+(require 'subr-x)
+(require 'tree-widget)
 
 ;=============================== custom variables ==============================