lebensterben / ace-link-dashboard

Ace link for emacs-dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 to 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

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 87.6%Language:Makefile 12.4%