Fix awkward typed title wrapping on phones #20

Manually merged
tlater merged 2 commits from tlater/fix-title-wrapping into master 2022-10-10 12:51:12 +01:00
Showing only changes of commit 767961cde4 - Show all commits

View file

@ -1,4 +1,5 @@
((nil . ((indent-tabs-mode . nil)
(tab-width . 4)
(fill-column . 80)
(projectile-project-run-cmd . "cd templates && parcel serve --no-autoinstall"))))
(projectile-project-run-cmd . "cd templates && parcel serve --no-autoinstall")))
(scss-mode . ((css-indent-offset . 2))))