Personal emacs config
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
479 B

  1. (define-package "pacfiles-mode" "1.0" "pacnew and pacsave merging tool"
  2. '((emacs "26")
  3. (cl-lib "0.5"))
  4. :commit "180eea7ba33dc4fa5c116b01649c4e9ba3f43276" :authors
  5. '(("Carlos G. Cordero <http://github/UndeadKernel>"))
  6. :maintainer
  7. '("Carlos G. Cordero" . "pacfiles@binarycharly.com")
  8. :keywords
  9. '("files" "pacman" "arch" "pacnew" "pacsave" "update" "linux")
  10. :url "https://github.com/UndeadKernel/pacfiles-mode")
  11. ;; Local Variables:
  12. ;; no-byte-compile: t
  13. ;; End: