Update indentation

This commit is contained in:
Riyyi
2020-07-27 13:12:29 +02:00
parent aee4b6ae78
commit d66926d588
+5 -3
View File
@@ -450,9 +450,11 @@ Irony requires M-x =irony-install-server=.
#+BEGIN_SRC emacs-lisp
(use-package php-mode
:defer t
:hook (php-mode . (lambda () (progn
(setq indent-tabs-mode t)
(setq lsp-ui-doc-enable t)))))
:hook
(php-mode
. (lambda () (progn
(setq indent-tabs-mode t)
(setq lsp-ui-doc-enable t)))))
#+END_SRC
*** Prettify