Skip to content

Commit

Permalink
tweak(org): restore pcomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 12, 2023
1 parent c83ef08 commit 20785e2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions modules/extras/me-org-extras.el
Original file line number Diff line number Diff line change
Expand Up @@ -290,11 +290,6 @@ Example: \"#+TITLE\" -> \"#+title\"
(when (and +org-use-lower-case-keywords-and-properties (derived-mode-p 'org-mode))
(+org-lower-case-keywords-and-properties)))))

(defun +org-extras-tweak-completion-setup ()
(add-hook
'org-mode-hook
(defun +org-extras--tweak-completion-h ()
(remove-hook 'completion-at-point-functions #'pcomplete-completions-at-point t))))

(defun +org-extras-setup ()
(+org-extras-outline-path-setup)
Expand Down
1 change: 0 additions & 1 deletion modules/me-org.el
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@
:config
(+org-extras-outline-path-setup)
(+org-extras-latex-classes-setup)
(+org-extras-tweak-completion-setup)
(+org-extras-responsive-images-setup)
(+org-extras-equation-numbering-setup)
(+org-extras-multifiles-document-setup)
Expand Down

0 comments on commit 20785e2

Please sign in to comment.