Emacs: Defer TRAMP and atomic-chrome for 5 seconds.

This commit is contained in:
tastytea 2020-02-18 16:14:08 +01:00
parent 74195acb3c
commit b1aa40297d

View File

@ -1,6 +1,6 @@
;;; server.el --- Set up network stuff.. -*- lexical-binding: t; -*-
;; Time-stamp: <2020-02-14T14:46:18+0100>
;; Time-stamp: <2020-02-18T16:13:51+0100>
;;; Commentary:
@ -11,6 +11,8 @@
;; Edit remote files.
(unless slow-computer
(use-package tramp
:defer 5
:custom
(tramp-use-ssh-controlmaster-options nil) ; Don't override SSH config.
(tramp-default-method "ssh") ; ssh is faster than scp and supports ports.
@ -55,6 +57,7 @@
;; Server for Firefox-extension that allows to use Emacs to edit textareas.
;; https://addons.mozilla.org/en-US/firefox/addon/ghosttext/
(use-package atomic-chrome
:defer 5
:config
(atomic-chrome-start-server)