From 4ee202336493e4e47bd50541a590a5de97c525fd Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 28 Nov 2020 18:13:30 +0100 Subject: [PATCH] [Emacs] Add workaround for smartparens issue --- org/config/emacs.org | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/org/config/emacs.org b/org/config/emacs.org index 8ac0666..7f41fdc 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -1057,6 +1057,13 @@ By default, Flyspell should be disabled and only enabled manually. (flyspell-mode 0) #+END_SRC +Here is a little workaround to the issue [[https://github.com/Fuco1/smartparens/issues/1055][#1055]] of smartparens which will be fixed when the PR [[https://github.com/Fuco1/smartparens/pull/1054][#1054]] will be fixed. +#+BEGIN_SRC emacs-lisp + (require 'comp) + (add-to-list 'comp-bootstrap-black-list "smartparens") + (add-to-list 'comp-deferred-compilation-black-list "smartparens") +#+END_SRC + Finally, here is a quick workaround for Tramp, sometimes it cannot connect to my hosts if I don’t have this code snippet. #+BEGIN_SRC emacs-lisp (setq tramp-ssh-controlmaster-options