summary refs log tree commit diff
path: root/emacs/custom/my-text.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/custom/my-text.el')
-rw-r--r--emacs/custom/my-text.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/custom/my-text.el b/emacs/custom/my-text.el
index 0c99ba6..99961d8 100644
--- a/emacs/custom/my-text.el
+++ b/emacs/custom/my-text.el
@@ -20,10 +20,6 @@
 (when (executable-find "pandoc")
   (customize-set-variable 'markdown-command "pandoc -f markdown -t html"))
 
-;; https://www.masteringemacs.org/article/text-expansion-hippie-expand
-;; replace default keybinding for `dabbrev' with `hippie-expand'
-(global-set-key (kbd "M-/") 'hippie-expand)
-
 (setq only-global-abbrevs nil)
 (eval-after-load 'abbrev
   (let ((table text-mode-abbrev-table))