config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

embark-pkg.el (465B)


      1 ;; -*- no-byte-compile: t; lexical-binding: nil -*-
      2 (define-package "embark" "20240919.1831"
      3   "Conveniently act on minibuffer completions."
      4   '((emacs  "28.1")
      5     (compat "30"))
      6   :url "https://github.com/oantolin/embark"
      7   :commit "718f0f293440b2d5e951c6c4a88ee548180af016"
      8   :revdesc "718f0f293440"
      9   :keywords '("convenience")
     10   :authors '(("Omar Antolín Camarena" . "omar@matem.unam.mx"))
     11   :maintainers '(("Omar Antolín Camarena" . "omar@matem.unam.mx")))