From 446174bdcdcd6cce363f803bce36e4d67e69010b Mon Sep 17 00:00:00 2001 From: Raphael Roberts Date: Mon, 27 May 2019 19:07:15 -0500 Subject: [PATCH] Disabled elpy-eldoc-show-current-function for it chokes on many strings --- custom.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom.el b/custom.el index 35bb25b..b257ffa 100644 --- a/custom.el +++ b/custom.el @@ -6,9 +6,10 @@ '(custom-safe-themes (quote ("274fa62b00d732d093fc3f120aca1b31a6bb484492f31081c1814a858e25c72e" default))) + '(elpy-eldoc-show-current-function nil) '(package-selected-packages (quote - (blacken dired-narrow lua-mode browse-kill-ring clipmon free-keys org-link-minor-mode js2-mode js2-refactor xref-js2 python-django django-mode visual-regexp-steroids pcre2el vimrc-mode iedit transient magit dracula-theme flycheck elpy ein better-defaults ssh-config-mode yaml-mode apache-mode web-mode undo-tree)))) + (cython-mode blacken dired-narrow lua-mode browse-kill-ring clipmon free-keys org-link-minor-mode js2-mode js2-refactor xref-js2 python-django django-mode visual-regexp-steroids pcre2el vimrc-mode iedit transient magit dracula-theme flycheck elpy ein better-defaults ssh-config-mode yaml-mode apache-mode web-mode undo-tree)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.