[Emacs] Set :straight nil for tramp

This commit is contained in:
Ivan Malison 2019-07-10 13:33:59 -07:00
parent e937e7ac5c
commit 8ffee3bc0f
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -4293,6 +4293,7 @@ I don't use iedit directly, but it is used by [[*emr][emr]] and I need to disabl
** tramp
#+BEGIN_SRC emacs-lisp
(use-package tramp
:straight nil
:commands tramp
:config
(setq tramp-default-method "scp"))
@ -4928,7 +4929,7 @@ Ensure all themes that I use are installed:
** page-break-lines
#+BEGIN_SRC emacs-lisp
(use-package page-break-lines
:defer 5
:demand t
:diminish (page-break-lines-mode)
:commands page-break-lines-mode
:init