diff options
Diffstat (limited to 'soria-theme.el')
| -rw-r--r-- | soria-theme.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/soria-theme.el b/soria-theme.el index 23036ff..7a0a35d 100644 --- a/soria-theme.el +++ b/soria-theme.el @@ -490,8 +490,8 @@ It adds to font-lock-number-face decimal, octal, hex and bin formats." (defun soria-purple-identifiers () "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 hachish, but -it tries to workaround discrepencies between Vim and Emacs in terms of +function identifiers instead of the default white. This might seem hackish, +but it tries to workaround discrepencies between Vim and Emacs in terms of identifiers" (let ((soria-purple "#dfafdf")) |
