Files
.emacs.d/modules/siren-which-key.el
2018-04-17 00:23:59 +01:00

15 lines
259 B
EmacsLisp

;;; 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