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)