aboutsummaryrefslogtreecommitdiffstats
path: root/elpa/switch-window-20210808.742/switch-window-pkg.el
blob: 51f65f58cc147e31c1586ccc7d9d1bf89a696e48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
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: