[Emacs] Add workaround for smartparens issue

This commit is contained in:
Lucien Cartier-Tilet 2020-11-28 18:13:30 +01:00
parent fcb10ceccb
commit 4ee2023364
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 7 additions and 0 deletions

View File

@ -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 dont have this code snippet.
#+BEGIN_SRC emacs-lisp
(setq tramp-ssh-controlmaster-options