diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-04-07 21:18:37 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-04-07 21:18:57 +0200 |
commit | 3c3b000df73e0ba91af924c2844acfb202fb2c17 (patch) | |
tree | f1e9828272ca076b75877b52c5c4e91c2140b294 /app-emacs/switch-window/files | |
parent | www-client/opera-beta: remove old (diff) | |
download | gentoo-3c3b000df73e0ba91af924c2844acfb202fb2c17.tar.gz gentoo-3c3b000df73e0ba91af924c2844acfb202fb2c17.tar.bz2 gentoo-3c3b000df73e0ba91af924c2844acfb202fb2c17.zip |
app-emacs/switch-window: new package; add version 1.6.2_p20210808
2021.08.08 snapshot
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/switch-window/files')
-rw-r--r-- | app-emacs/switch-window/files/50switch-window-gentoo.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emacs/switch-window/files/50switch-window-gentoo.el b/app-emacs/switch-window/files/50switch-window-gentoo.el new file mode 100644 index 000000000000..07dcb8b4eeee --- /dev/null +++ b/app-emacs/switch-window/files/50switch-window-gentoo.el @@ -0,0 +1,3 @@ +(add-to-list 'load-path "@SITELISP@") +(autoload 'switch-window "switch-window" + "Display an overlay in each window showing a unique key." t) |