dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

highlight-function-calls-pkg.el (485B)


      1 (define-package "highlight-function-calls" "20240112.731" "Highlight function/macro calls"
      2   '((emacs "24.4"))
      3   :commit "dd9d78bff973bbf2dbc6bdbc3a18d5d6ebcee737" :authors
      4   '(("Adam Porter" . "adam@alphapapa.net"))
      5   :maintainers
      6   '(("Adam Porter" . "adam@alphapapa.net"))
      7   :maintainer
      8   '("Adam Porter" . "adam@alphapapa.net")
      9   :keywords
     10   '("faces" "highlighting")
     11   :url "http://github.com/alphapapa/highlight-function-calls")
     12 ;; Local Variables:
     13 ;; no-byte-compile: t
     14 ;; End: