mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add which-key package
This commit is contained in:
@@ -52,6 +52,7 @@
|
||||
(require 'siren-text-manipulation)
|
||||
(require 'siren-toggle-quotes)
|
||||
(require 'siren-undo-tree)
|
||||
(require 'siren-which-key)
|
||||
(require 'siren-window-management)
|
||||
(require 'siren-yasnippet)
|
||||
(require 'siren-zoom-window)
|
||||
|
||||
14
modules/siren-which-key.el
Normal file
14
modules/siren-which-key.el
Normal file
@@ -0,0 +1,14 @@
|
||||
;;; 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
|
||||
Reference in New Issue
Block a user