fix(term-switcher): Add dependency on vterm
This commit is contained in:
parent
20ef6710e0
commit
6108759688
2 changed files with 3 additions and 2 deletions
|
|
@ -4,7 +4,7 @@
|
|||
;;
|
||||
;; Author: Vincent Ambo <tazjin@google.com>
|
||||
;; Version: 1.1
|
||||
;; Package-Requires: (dash ivy s)
|
||||
;; Package-Requires: (dash ivy s vterm)
|
||||
;;
|
||||
;;; Commentary:
|
||||
;;
|
||||
|
|
@ -14,6 +14,7 @@
|
|||
(require 'dash)
|
||||
(require 'ivy)
|
||||
(require 's)
|
||||
(require 'vterm)
|
||||
|
||||
(defgroup term-switcher nil
|
||||
"Customization options `term-switcher'.")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue