diff options
-rw-r--r-- | init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el index 49df396..5f50e6a 100644 --- a/init.el +++ b/init.el | |||
@@ -1978,6 +1978,8 @@ See also `crux-reopen-as-root-mode'." | |||
1978 | (:also-load +xkcd) | 1978 | (:also-load +xkcd) |
1979 | (:hook #'visual-fill-column-mode)) | 1979 | (:hook #'visual-fill-column-mode)) |
1980 | 1980 | ||
1981 | (setup (:straight yaoddmuse)) | ||
1982 | |||
1981 | (setup (:straight yasnippet) | 1983 | (setup (:straight yasnippet) |
1982 | (:option yas-snippet-dirs (list | 1984 | (:option yas-snippet-dirs (list |
1983 | (expand-file-name "snippets" user-emacs-directory) | 1985 | (expand-file-name "snippets" user-emacs-directory) |