diff --git a/config_new.org b/config_new.org index d073aef..04a3253 100644 --- a/config_new.org +++ b/config_new.org @@ -125,6 +125,12 @@ https://endlessparentheses.com/leave-the-cursor-at-start-of-match-after-isearch. ) #+end_src +** Abbrev + +#+begin_src emacs-lisp +(global-set-key [remap dabbrev-expand] 'hippie-expand) +#+end_src + * Whole-line-or-region Source: