🔧 Add keybinding for hippie-expand

This commit is contained in:
Marcel Kapfer 2025-02-10 17:45:19 +01:00
parent 387868df6b
commit ed2d0656c3
Signed by: mmk2410
GPG key ID: CADE6F0C09F21B09

View file

@ -657,6 +657,12 @@ List of own custom keybindings
(global-set-key (kbd "C-x C-b") 'ibuffer)
#+end_src
** Hippie Expand
#+begin_src emacs-lisp
(global-set-key (kbd "C-ä") 'hippie-expand)
#+end_src
** Disable =C-z=
=C-z= by default (as known from terminal applications) suspends the current frame. Since I use Emacs as GUI and not in terminal I do not want this behavior.