diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-07-08 10:45:53 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-07-08 10:45:53 +0200 |
| commit | 1a0c5b91b3610ffa1d130e4bd09418c98d869d42 (patch) | |
| tree | 481050ebd5e595cff58e3bc19bb4411f8a5e9aa2 /soria-theme.el | |
| parent | e0c5c1d2825629656e3686e99c8e5bf1103eef30 (diff) | |
| download | soria-1a0c5b91b3610ffa1d130e4bd09418c98d869d42.tar.gz soria-1a0c5b91b3610ffa1d130e4bd09418c98d869d42.zip | |
Typo
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
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")) |
