aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/switch-window-20210808.742/switch-window-pkg.el
diff options
context:
space:
mode:
Diffstat (limited to 'elpa/switch-window-20210808.742/switch-window-pkg.el')
-rw-r--r--elpa/switch-window-20210808.742/switch-window-pkg.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/elpa/switch-window-20210808.742/switch-window-pkg.el b/elpa/switch-window-20210808.742/switch-window-pkg.el
new file mode 100644
index 0000000..51f65f5
--- /dev/null
+++ b/elpa/switch-window-20210808.742/switch-window-pkg.el
@@ -0,0 +1,13 @@
+(define-package "switch-window" "20210808.742" "A *visual* way to switch window"
+ '((emacs "24"))
+ :commit "8d9fe251d8d38b223d643df975876356ddfc1b98" :authors
+ '(("Dimitri Fontaine" . "dim@tapoueh.org")
+ ("Feng Shu" . "tumashu@163.com"))
+ :maintainer
+ '("Dimitri Fontaine" . "dim@tapoueh.org")
+ :keywords
+ '("convenience")
+ :url "https://github.com/dimitri/switch-window")
+;; Local Variables:
+;; no-byte-compile: t
+;; End: