add which-key
This commit is contained in:
parent
7e341499a8
commit
c7d474425c
2 changed files with 8 additions and 1 deletions
7
01mac.el
7
01mac.el
|
|
@ -203,5 +203,12 @@
|
||||||
(keyfreq-mode t)
|
(keyfreq-mode t)
|
||||||
(keyfreq-autosave-mode t)
|
(keyfreq-autosave-mode t)
|
||||||
|
|
||||||
|
;;;;;;;;;;;;;;;;; Show hints about key combinations
|
||||||
|
(use-package which-key
|
||||||
|
:defer t
|
||||||
|
:ensure t)
|
||||||
|
|
||||||
|
(which-key-mode t)
|
||||||
|
|
||||||
(provide '01mac)
|
(provide '01mac)
|
||||||
;;; 01mac.el ends here
|
;;; 01mac.el ends here
|
||||||
|
|
|
||||||
2
init.el
2
init.el
|
|
@ -57,7 +57,7 @@
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
'(package-selected-packages
|
'(package-selected-packages
|
||||||
(quote
|
(quote
|
||||||
(erlang gitignore-mode yaml-mode nginx-mode ansible terraform-mode dockerfile-mode reason-mode merlin tuareg clj-refactor cider clojure-mode elixir-mode js2-mode web-mode enh-ruby-mode ruby-end rspec-mode planet-theme flatui-theme base16-theme smart-mode-line lsp-ui lsp-mode deft counsel-projectile flycheck company yasnippet-snippets yasnippet visual-regexp column-enforce-mode dash-at-point rainbow-mode rainbow-delimiters magit hydra counsel keyfreq exec-path-from-shell buffer-move use-package))))
|
(which-key erlang gitignore-mode yaml-mode nginx-mode ansible terraform-mode dockerfile-mode reason-mode merlin tuareg clj-refactor cider clojure-mode elixir-mode js2-mode web-mode enh-ruby-mode ruby-end rspec-mode planet-theme flatui-theme base16-theme smart-mode-line lsp-ui lsp-mode deft counsel-projectile flycheck company yasnippet-snippets yasnippet visual-regexp column-enforce-mode dash-at-point rainbow-mode rainbow-delimiters magit hydra counsel keyfreq exec-path-from-shell buffer-move use-package))))
|
||||||
|
|
||||||
;; Improve font settings in Markdown code
|
;; Improve font settings in Markdown code
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue