From ccd8907e227e435ea6cea43e5bcc6d4cd49c75a0 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 23 Jan 2020 14:56:01 +0000 Subject: Exposing the text-mode snippest to lisp-mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This gives me access to some generic-purpose snippets that allow me to easily insert characters like this: ✓ and ✗! --- configs/shared/.emacs.d/snippets/lisp-mode/.yas-parents | 1 + 1 file changed, 1 insertion(+) create mode 100644 configs/shared/.emacs.d/snippets/lisp-mode/.yas-parents (limited to 'configs') diff --git a/configs/shared/.emacs.d/snippets/lisp-mode/.yas-parents b/configs/shared/.emacs.d/snippets/lisp-mode/.yas-parents new file mode 100644 index 000000000000..d58dacb7a0b1 --- /dev/null +++ b/configs/shared/.emacs.d/snippets/lisp-mode/.yas-parents @@ -0,0 +1 @@ +text-mode \ No newline at end of file -- cgit 1.4.1