diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-29 15:39:00 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2016-06-29 15:39:00 +0200 |
| commit | b98faaf7c35af1294343409fa52f19f42ce41a07 (patch) | |
| tree | 20d7af47251b5620ac943403db044cb914ab8843 /emacs | |
| parent | 32799653015c02a2fe17e5ea99617012b1c53829 (diff) | |
| download | dotfiles-b98faaf7c35af1294343409fa52f19f42ce41a07.tar.gz dotfiles-b98faaf7c35af1294343409fa52f19f42ce41a07.zip | |
emacs: some changes on the soria theme
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/init.el | 7 |
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 |
