Skip to content

Commit

Permalink
fix CI fails
Browse files Browse the repository at this point in the history
We want to use a newer version of modus-theme, adding pin to force
emacs to install it from gnu.
  • Loading branch information
Jianshi-tubi committed Jan 2, 2025
1 parent 74f293e commit 830017d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lisp/init-local.el
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@
;; Use Protesilaos Stavrou’s lovely modus-operandi https://gitlab.com/protesilaos/modus-themes
;;; For the built-in themes which cannot use `require'.

(use-package emacs
(use-package modus-themes
:ensure t
:pin gnu
:config
(require-theme 'modus-themes) ; `require-theme' is ONLY for the built-in Modus themes

;; Add all your customizations prior to loading the themes
(setq modus-themes-italic-constructs t
modus-themes-bold-constructs nil)
Expand Down

0 comments on commit 830017d

Please sign in to comment.