Deactivate yasnippet-collection.
This commit is contained in:
parent
901401f0e6
commit
3b3eac535b
11
init.el
11
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.
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 12357
|
||||
127.0.0.1:51313 24613
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user