Add which-key
This commit is contained in:
parent
b9d9f3d789
commit
44b23b046a
1 changed files with 13 additions and 2 deletions
15
config.org
15
config.org
|
|
@ -181,6 +181,19 @@ Disable the generation of backup-files, I don't use them.
|
||||||
(setq make-backup-files nil)
|
(setq make-backup-files nil)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
* Which-key
|
||||||
|
|
||||||
|
Display available keybindings in popup:
|
||||||
|
https://github.com/justbur/emacs-which-key
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package which-key
|
||||||
|
:ensure t
|
||||||
|
:config
|
||||||
|
(which-key-setup-side-window-bottom)
|
||||||
|
(which-key-mode))
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* Theme
|
* Theme
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
|
@ -1104,8 +1117,6 @@ https://github.com/kyagi/shell-pop-el
|
||||||
stuff i need to look into:
|
stuff i need to look into:
|
||||||
- ibuffer
|
- ibuffer
|
||||||
- switch-window
|
- switch-window
|
||||||
- split-and-follow-vertically/horizontally
|
|
||||||
- which-key
|
|
||||||
- symon
|
- symon
|
||||||
- spaceline
|
- spaceline
|
||||||
- async
|
- async
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue