Skip to content

ricardoricho/ace-link-dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

https://img.shields.io/badge/License-GPL%20v3-blue.svg https://raw.githubusercontent.com/jcs-emacs/badges/master/elpa/v/ace-link-dashboard.svg

Ace link dashboard

https://github.com/emacs-dashboard/ace-link-dashboard/actions/workflows/test.yml/badge.svg

Ace-link for dashboard

It adds two functions ace-link-dashboard to trigger default action and ace-link-dashboard-remove to remove an item of the dashboard.

Installation using straight:

(use-package ace-link-dashboard
  :straight (ace-link-dashboard :host github
                                :repo "emacs-dashboard/ace-link-dashboard")
  :after dashboard
  :demand t
  :bind (:map dashboard-map
              ("o" . ace-link-dashboard)
              ("d" . ace-link-dashboard-remove)))

About

Ace link for emacs-dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 88.3%
  • Makefile 11.7%