aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-06-29 15:39:00 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-06-29 15:39:00 +0200
commitb98faaf7c35af1294343409fa52f19f42ce41a07 (patch)
tree20d7af47251b5620ac943403db044cb914ab8843
parent32799653015c02a2fe17e5ea99617012b1c53829 (diff)
downloaddotfiles-b98faaf7c35af1294343409fa52f19f42ce41a07.tar.gz
dotfiles-b98faaf7c35af1294343409fa52f19f42ce41a07.zip
emacs: some changes on the soria theme
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
-rw-r--r--emacs/init.el7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 0172a03..46378d3 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -415,6 +415,13 @@
(use-package markdown-preview-mode
:ensure t)))
+; Apply purple function identifiers to all these languages.
+(dolist (lang-hook '(ruby-mode-hook
+ php-mode-hook
+ perl-mode-hook
+ emacs-lisp-mode-hook))
+ (add-hook lang-hook 'soria-purple-identifiers))
+
;; YASnippet
(use-package yasnippet
:ensure t