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; -*- ;;; 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: ;;; Commentary:
@ -11,6 +11,8 @@
;; Edit remote files. ;; Edit remote files.
(unless slow-computer (unless slow-computer
(use-package tramp (use-package tramp
:defer 5
:custom :custom
(tramp-use-ssh-controlmaster-options nil) ; Don't override SSH config. (tramp-use-ssh-controlmaster-options nil) ; Don't override SSH config.
(tramp-default-method "ssh") ; ssh is faster than scp and supports ports. (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. ;; Server for Firefox-extension that allows to use Emacs to edit textareas.
;; https://addons.mozilla.org/en-US/firefox/addon/ghosttext/ ;; https://addons.mozilla.org/en-US/firefox/addon/ghosttext/
(use-package atomic-chrome (use-package atomic-chrome
:defer 5
:config :config
(atomic-chrome-start-server) (atomic-chrome-start-server)