diff options
author | Thanos Apollo <[email protected]> | 2024-10-08 18:23:31 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-08 18:23:31 +0300 |
commit | 1028809e64e4c9be5f4a9ff57b8cfb40a73b7c31 (patch) | |
tree | 94ad3bcedc5b8b8be4bd95b7137b2e3fe48fd789 /.config | |
parent | 00c490a25b7a95a6bea01b555cb69638db9ea73c (diff) |
emacs: emms: Disable straight.
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 72acf5f..f7d4462 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -1112,6 +1112,7 @@ By default, returns all jabber related buffers format." (when is-zeus (add-to-list 'yas-snippet-dirs "~/Dev/guile/guix/etc/snippets/yas"))) (use-package emms + :straight nil :defer t :init (define-prefix-command 'thanos/emms) :config |