aboutsummaryrefslogtreecommitdiff
path: root/soria-theme.el
diff options
context:
space:
mode:
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)))))