emacs-which-key icon indicating copy to clipboard operation
emacs-which-key copied to clipboard

window size changes

Open introom opened this issue 5 years ago • 0 comments

i've recorded the video here: https://asciinema.org/a/UtGrQEdBU4J162WaQhRQtTYyF

At time 8 sec, the window size changes, though I haven't pressed any key.

The configuration is quite vanilla,

(use-package which-key
  :demand
  :delight
  :config
  (setq which-key-idle-delay 1.0)
  (which-key-mode))

introom avatar Apr 17 '19 03:04 introom