feat(emacs): add Discord to iris

This commit is contained in:
Pavel Korytov 2023-05-03 13:31:55 +03:00
parent 58cec1f57c
commit 1c49cb4b38
2 changed files with 4 additions and 2 deletions

View file

@ -6331,7 +6331,8 @@ base toot."
:straight t :straight t
:if (and (or :if (and (or
(string= (system-name) "indigo") (string= (system-name) "indigo")
(string= (system-name) "eminence")) (string= (system-name) "eminence")
(string= (system-name) "iris"))
(not my/slow-ssh) (not my/slow-ssh)
(not my/remote-server)) (not my/remote-server))
:config :config

View file

@ -8873,7 +8873,8 @@ And the package configuration:
:straight t :straight t
:if (and (or :if (and (or
(string= (system-name) "indigo") (string= (system-name) "indigo")
(string= (system-name) "eminence")) (string= (system-name) "eminence")
(string= (system-name) "iris"))
(not my/slow-ssh) (not my/slow-ssh)
(not my/remote-server)) (not my/remote-server))
:config :config