Skip to content

Commit abaed08

Browse files
committed
chore(doom): Remove eca package configuration
Signed-off-by: Eduardo Apolinario <eapolinario@users.noreply.github.com>
1 parent a4f8cb0 commit abaed08

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

common/doom/config.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@
180180
;; ("i" . yankpad-insert)
181181
;; ("s" . yankpad-search)))
182182

183-
(use-package! eca)
184-
185183
(use-package! rainbow-mode
186184
:defer 5
187185
:hook ((css-mode

common/doom/packages.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,6 @@
9393
;; alabaster theme as explained in https://tonsky.me/blog/syntax-highlighting/
9494
(package! doom-alabaster-theme :recipe (:host github :repo "eapolinario/doom-alabaster-dark-theme"))
9595

96-
;; eca.dev
97-
(package! eca :recipe (:host github :repo "editor-code-assistant/eca-emacs" :files ("*.el")))
98-
9996
;; Highlight hex color codes
10097
(package! rainbow-mode)
10198

0 commit comments

Comments
 (0)