From 3b3eac535beff41bfa8632c872449728be513e36 Mon Sep 17 00:00:00 2001 From: tastytea Date: Wed, 25 Sep 2019 03:56:01 +0200 Subject: [PATCH] Deactivate yasnippet-collection. --- init.el | 11 +++++++---- server/server | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/init.el b/init.el index 1736b2b..8693ca0 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;; Time-stamp: <2019-09-25T00:18:15+00:00> +;; Time-stamp: <2019-09-25T01:50:32+00:00> ;;; Commentary: ;; I am using this file with Emacs 26, but most of it will probably work with @@ -405,15 +405,18 @@ With argument, do this that many times." ;; A template system. (use-package yasnippet - :after yasnippet-snippets :config (yas-reload-all) :hook (prog-mode . yas-minor-mode) ) -;; Install snippet-collection. -(use-package yasnippet-snippets) +;; Install snippet-collection but don't use it. +(use-package yasnippet-snippets + :defer t + :config + (setq yasnippet-snippets-dir "") + ) ;;;;;;;;;;;;;;;;;;;; Programming / C++ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Set coding style. diff --git a/server/server b/server/server index 8027467..8a10a7b 100644 --- a/server/server +++ b/server/server @@ -1,2 +1,2 @@ -127.0.0.1:51313 12357 +127.0.0.1:51313 24613 phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh \ No newline at end of file