From 72a0c17a9c4a237868c8b18ebed1caa18f8912ff Mon Sep 17 00:00:00 2001 From: Marc Date: Sat, 17 Apr 2021 10:17:12 +0200 Subject: [PATCH] some key mappings --- init.org | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/init.org b/init.org index 760c8c8..a20129a 100644 --- a/init.org +++ b/init.org @@ -403,7 +403,8 @@ Windows Theme: (which-key-mode) (which-key-setup-side-window-right-bottom) (which-key-setup-minibuffer) - (setq which-key-idle-delay 0.5)) + (setq which-key-idle-delay 0.5 + which-key-show-early-on-C-h t)) #+END_SRC * abbrev @@ -525,7 +526,8 @@ Windows Theme: ([return] . nil) ("TAB" . company-complete-selection) ([tab] . company-complete-selection) - ("" . company-complete-common)) + ("" . company-complete-common) + ("" . company-abort)) :hook (after-init . global-company-mode) (emacs-lisp-mode . my/company-elisp)