Skip to content

ernstvanderlinden/emacs-dokey

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Emacs - dokey

Emacs package to trigger kbd events.

Install

Clone

As this package is not on Melpa (yet), clone this repo and call package-install-file or simply add a load-path which points to dokey local repo. If you prefer, you could use quelpa as well.

Startup

To enable dokey on Emacs startup, add the following to your init.el:

(require 'dokey)

Dependency

None

Usage

Example 1

(global-set-key (kbd "C-y") (dokey "M-x emacs-"))

Example 2

(global-set-key (kbd "C-p") (dokey "C-x C-f dokey-tmp RET insert some text"))

Example 2

(dokey-run "C-c C-m")

Releases

No releases published

Packages

No packages published