diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-09-17 18:05:15 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-09-17 19:36:58 -0700 |
| commit | 87f4197f234ef838843f0df175d0c5834e58b76e (patch) | |
| tree | ccad1db45f13fb493c175b11becee8d6f0d881a3 /emacs/custom/my-text.el | |
| parent | feat(lang/nix): configure Emacs for nix (diff) | |
| download | emacs.d-87f4197f234ef838843f0df175d0c5834e58b76e.tar.gz | |
ref(completion): add more packages for completion
Get LSP to work with cape and corfu for the completion.
Change-Id: Id8f01b1dee77957ff5ba27ed471707b7b9c7dc93
Diffstat (limited to 'emacs/custom/my-text.el')
| -rw-r--r-- | emacs/custom/my-text.el | 4 |
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)) |
