Skip to content

juergenhoetzel/emacs-guake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://github.com/juergenhoetzel/emacs-guake/workflows/CI/badge.svg

Intro

This repository provides a Guake Terminal DBus integration.

Quickstart

Installation using GitHub - quelpa/quelpa-use-package: Emacs quelpa handler for use-package

(use-package guake
  :quelpa (guake :fetcher github :repo "juergenhoetzel/emacs-guake")
  :bind (("C-c g" . guake-switch-to-tab)))

Most likely you want to invoke guake-switch-to-tab with a global key combination.

(global-set-key (kbd "C-c g") #'guake-switch-to-tab)

Screenshot

./screenshots/switch-to-tab.png

About

Provides Emacs commands to interact with Guake

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published