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