diff --git a/.emacs.d/config.org b/.emacs.d/config.org index 84a6b67..ccf8656 100644 --- a/.emacs.d/config.org +++ b/.emacs.d/config.org @@ -450,9 +450,9 @@ On the fly syntax checking. (use-package yasnippet :defer t :hook - ((org-mode + ((fundamental-mode prog-mode - tex-mode) + text-mode) . yas-minor-mode) :custom (yas-prompt-functions '(yas-ido-prompt diff --git a/.emacs.d/snippets/fundamental-mode/mode b/.emacs.d/snippets/fundamental-mode/mode new file mode 100644 index 0000000..dd0147e --- /dev/null +++ b/.emacs.d/snippets/fundamental-mode/mode @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: mode +# key: