diff options
author | Case Duckworth | 2022-02-08 14:16:36 -0600 |
---|---|---|
committer | Case Duckworth | 2022-02-08 14:16:36 -0600 |
commit | 77626da370a7fb50b8373631a56357bedeedca3e (patch) | |
tree | 69cf5e060d4b3d79eb062a0142d1c92ff3f7bf40 /init.el | |
parent | Fix or comment bugs (diff) | |
download | emacs-77626da370a7fb50b8373631a56357bedeedca3e.tar.gz emacs-77626da370a7fb50b8373631a56357bedeedca3e.zip |
Add yaoddmuse
Diffstat (limited to 'init.el')
-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) |