From cef88ce782316b26c4c0abf00f6fc59f0a8e535b Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Sun, 25 Dec 2022 20:51:31 -0500 Subject: [PATCH] Change 'adwaita-dark-theme` to remote dependency --- init.el | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/init.el b/init.el index 91fe411..1c9514f 100644 --- a/init.el +++ b/init.el @@ -701,12 +701,8 @@ DOCSTRING is an optional form that is discarded upon expansion." ;; Theme setup ;; ---------------------------------- ;; -;; TEMP: Remove :load-path and change to `external-package' once -;; adwaita-dark-theme is available in MELPA -(editor-feature adwaita-dark-theme +(external-package adwaita-dark-theme "Provides the `adwaita-dark' theme and custom fringe bitmaps." - :load-path - "adwaita-dark/" :config (load-theme 'adwaita-dark :no-confirm) (adwaita-dark-theme-arrow-fringe-bmp-enable)