From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Tor Kringeland Newsgroups: gmane.emacs.help Subject: Using built-in modus themes Date: Thu, 03 Mar 2022 19:03:04 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="36320"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Mar 03 19:18:00 2022 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nPq1X-0009HJ-TE for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 03 Mar 2022 19:17:59 +0100 Original-Received: from localhost ([::1]:55822 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nPq1W-0005Kr-Oj for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 03 Mar 2022 13:17:58 -0500 Original-Received: from eggs.gnu.org ([209.51.188.92]:32884) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nPpnN-0007yT-AD for help-gnu-emacs@gnu.org; Thu, 03 Mar 2022 13:03:21 -0500 Original-Received: from mailgw101.it.ntnu.no ([129.241.56.177]:42596) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nPpnK-0006Kv-Jm for help-gnu-emacs@gnu.org; Thu, 03 Mar 2022 13:03:20 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ntnu.no; i=@ntnu.no; q=dns/txt; s=s1-1909-ntnu; t=1646330591; h=from : to : subject : date : message-id : mime-version : content-type : from; bh=EMgyBYxku6oeXQ9EAs2b7BwH83uoO2ipqUk2UJy8JUc=; b=JygLtzNA5DHPSrnaTcHhZIj96FPM23BRm2x2MkPaKTR71qKxO602rdKGnR7WvU/jHvhn6 yvfGSHiCIltskjZvB2tzS9ApnrOHu2RVBNKoEQbxzsKczOM2f+EnPW6uTn9tsU/ljIN2sZf upzSFqCxW+PDbOsT/4VK8R7tHsQbo5I99PmoiKnHObgKmDgd0CSAWUr6J+ESHnrU9JiWIBU iNne1vjqAcqs6rJFMiIIaMw6UMu77rE/petaVVwb9wiWIjGi1g6fyG6956w34JEBAU1tw2O u23wfMte5/fIBaDfoUYv/pmg9HHuOpDZ4AAQnQCzJAnnKcCljJO2GwtzPaww== Original-Received: from localhost (localhost [127.0.0.1]) by mailgw101.it.ntnu.no (Postfix) with ESMTP id 8DFCC1DE4726 for ; Thu, 3 Mar 2022 19:03:11 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mailgw101.it.ntnu.no Original-Received: from mailgw101.it.ntnu.no ([127.0.0.1]) by localhost (mailgw101.it.ntnu.no [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vPFg5wV7ZFsD for ; Thu, 3 Mar 2022 19:03:11 +0100 (CET) Original-Received: from localhost (unknown [84.247.50.178]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: takringe@ntnu.no) by mailgw101.it.ntnu.no (Postfix) with ESMTPSA id ADFB71DE471B for ; Thu, 3 Mar 2022 19:03:10 +0100 (CET) Received-SPF: pass client-ip=129.241.56.177; envelope-from=tor.a.s.kringeland@ntnu.no; helo=mailgw101.it.ntnu.no X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Mailman-Approved-At: Thu, 03 Mar 2022 13:17:26 -0500 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.io gmane.emacs.help:136344 Archived-At: I'm trying to configure and use the modus themes as described in [1]. I'm on a build of Emacs 29 so these are built in. While I can enable the themes by using `load-theme', if I execute (require 'modus-themes) as described in [1] I get an error saying that the file is missing. However if I first load a theme using `load-theme', then executing the above yields no error. Shouldn't running the above work since the themes are part of Emacs now (so that I could put it in my config)? I'm running `emacs -Q' and this fails then. - [1] https://gitlab.com/protesilaos/modus-themes