Browse Source

some key mappings

master
Marc 3 years ago
parent
commit
72a0c17a9c
1 changed files with 4 additions and 2 deletions
  1. 6
      init.org

6
init.org

@ -403,7 +403,8 @@ Windows Theme:
(which-key-mode) (which-key-mode)
(which-key-setup-side-window-right-bottom) (which-key-setup-side-window-right-bottom)
(which-key-setup-minibuffer) (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 #+END_SRC
* abbrev * abbrev
@ -525,7 +526,8 @@ Windows Theme:
([return] . nil) ([return] . nil)
("TAB" . company-complete-selection) ("TAB" . company-complete-selection)
([tab] . company-complete-selection) ([tab] . company-complete-selection)
("<right>" . company-complete-common))
("<right>" . company-complete-common)
("<escape>" . company-abort))
:hook :hook
(after-init . global-company-mode) (after-init . global-company-mode)
(emacs-lisp-mode . my/company-elisp) (emacs-lisp-mode . my/company-elisp)

Loading…
Cancel
Save