From ababa4f383fc038a3b03babb99e7dbbc4f1aa3aa Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 14 Apr 2020 10:21:21 +0200 Subject: Make 'soria-theme-purple-identifiers' interactive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This way users can mess around with this function when trying our this theme. Signed-off-by: Miquel Sabaté Solà --- soria-theme.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'soria-theme.el') diff --git a/soria-theme.el b/soria-theme.el index c6f69ca..edd7775 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -1351,9 +1351,11 @@ The theme has to be reloaded after changing anything in this group." "Make function identifiers purple. This function might be used as a hook for modes that prefer having purple function identifiers instead of the default white. This might seem hackish, -but it tries to workaround discrepencies between Vim and Emacs in terms of +but it tries to workaround discrepancies between Vim and Emacs in terms of identifiers" + (interactive) + (let ((soria-purple "#dfafdf")) (set (make-local-variable 'face-remapping-alist) `((font-lock-function-name-face :foreground ,soria-purple))))) -- cgit v1.2.3