Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Emacs package for running ahoy commands

License

NotificationsYou must be signed in to change notification settings

Nan0Scho1ar/emacs-ahoy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

Run ahoy commands from within emacs

Do you want the convenience ofahoy, but also love the convenience of Emacs? Then this is the package for you!

Depends on packageansi-exec.

This package offers three commands

  • ahoy: Prompts you to select an ahoy command then executes it.
  • ahoy-run-with-args: Prompts you to select an ahoy command, Prompts for args, then executes the command.
  • ahoy-help: Prompts you to select an ahoy command then returns it’s help text.

Installation

Doom Emacs:

  • Add the following to yourpackages.el
(package! ansi-exec:recipe (:host github:repo"nan0scho1ar/emacs-ansi-exec":files ("*.el")))(package! ahoy:recipe (:host github:repo"nan0scho1ar/emacs-ahoy":files ("*.el")))
  • Add the following to yourconfig.el
(after! ansi-exec  (use-package! ahoy:config    (map!:mode ahoy-mode:n"q"#'delete-window)    (map!:leader (:prefix ("p A"."Ahoy"):desc"Ahoy run cmd""A"#'ahoy:desc"Ahoy run with args""a"#'ahoy-run-with-args:desc"Ahoy help""h"#'ahoy-help))))

About

Emacs package for running ahoy commands

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp