From 2da2e5ddff4073b5de58704ef9980a817785a983 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Sat, 4 Apr 2020 17:55:26 +0200 Subject: emacs: updated a variable from the soria theme MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- .emacs.d/init.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.emacs.d/init.org') 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 -- cgit v1.2.3