diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-04 17:55:26 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2020-04-04 17:55:26 +0200 |
| commit | 2da2e5ddff4073b5de58704ef9980a817785a983 (patch) | |
| tree | 8010fa08a5ea552c68cde19441ea4df2e46c7df9 /.emacs.d/init.org | |
| parent | 4b81a7332f54f611ed5a8f2270bcde915353aecd (diff) | |
| download | dotfiles-2da2e5ddff4073b5de58704ef9980a817785a983.tar.gz dotfiles-2da2e5ddff4073b5de58704ef9980a817785a983.zip | |
emacs: updated a variable from the soria theme
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/init.org')
| -rw-r--r-- | .emacs.d/init.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 0966663..d917086 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -2423,7 +2423,7 @@ Yeah, I've been on the salty road... ** Others -The [[https;//github.com/mssola/soria][soria]] theme has the =soria-purple-identifiers= hook. This hook instructs +The [[https;//github.com/mssola/soria][soria]] theme has the =soria-theme-purple-identifiers= hook. This hook instructs the theme to use purple for identifiers instead of the default color. This is a remnant from my Vim times, and I only apply it to some languages (random criteria really). @@ -2433,7 +2433,7 @@ criteria really). php-mode-hook perl-mode-hook emacs-lisp-mode-hook)) - (add-hook lang-hook 'soria-purple-identifiers)) + (add-hook lang-hook 'soria-theme-purple-identifiers)) #+END_SRC ** LaTeX |
