mirror of
https://github.com/SqrtMinusOne/dotfiles.git
synced 2025-12-10 19:23:03 +03:00
feat(emacs): add Discord to iris
This commit is contained in:
parent
58cec1f57c
commit
1c49cb4b38
2 changed files with 4 additions and 2 deletions
|
|
@ -6331,7 +6331,8 @@ base toot."
|
|||
:straight t
|
||||
:if (and (or
|
||||
(string= (system-name) "indigo")
|
||||
(string= (system-name) "eminence"))
|
||||
(string= (system-name) "eminence")
|
||||
(string= (system-name) "iris"))
|
||||
(not my/slow-ssh)
|
||||
(not my/remote-server))
|
||||
:config
|
||||
|
|
|
|||
|
|
@ -8873,7 +8873,8 @@ And the package configuration:
|
|||
:straight t
|
||||
:if (and (or
|
||||
(string= (system-name) "indigo")
|
||||
(string= (system-name) "eminence"))
|
||||
(string= (system-name) "eminence")
|
||||
(string= (system-name) "iris"))
|
||||
(not my/slow-ssh)
|
||||
(not my/remote-server))
|
||||
:config
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue