aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2020-04-14 10:21:21 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2020-04-14 10:24:41 +0200
commitababa4f383fc038a3b03babb99e7dbbc4f1aa3aa (patch)
tree3db78ea55707a55dbdf9c20e2dd773041fd87b2b /soria-theme.el
parent429591c291e44bb2ed29dc1bfabedbee14ad5db1 (diff)
downloadsoria-ababa4f383fc038a3b03babb99e7dbbc4f1aa3aa.tar.gz
soria-ababa4f383fc038a3b03babb99e7dbbc4f1aa3aa.zip
Make 'soria-theme-purple-identifiers' interactive
This way users can mess around with this function when trying our this theme. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'soria-theme.el')
-rw-r--r--soria-theme.el4
1 files changed, 3 insertions, 1 deletions
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)))))