;;; siren-x509.el --- jimeh's Emacs Siren: x509-mode configuration. ;;; Commentary: ;; Basic configuration for x509-mode. ;;; Code: (use-package x509-mode :defer t) (provide 'siren-x509) ;;; siren-x509.el ends here