Browse Source

bitwarden: add missing requires

Sean Farley 7 năm trước cách đây
mục cha
commit
9e0b374d22
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      bitwarden.el

+ 2 - 0
bitwarden.el

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