summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el1
-rw-r--r--settings/setup-txt-mode.el2
-rw-r--r--templates/auto-insert/template.h2
-rw-r--r--templates/auto-insert/template.hh2
4 files changed, 4 insertions, 3 deletions
diff --git a/init.el b/init.el
index 7b72df9..2865ca8 100644
--- a/init.el
+++ b/init.el
@@ -83,6 +83,7 @@
play-routes-mode
projectile
projectile-ripgrep
+ protobuf-mode
purescript-mode
org-bullets
sbt-mode
diff --git a/settings/setup-txt-mode.el b/settings/setup-txt-mode.el
index 3190138..6715e20 100644
--- a/settings/setup-txt-mode.el
+++ b/settings/setup-txt-mode.el
@@ -17,7 +17,7 @@
(flyspell-mode t)
(setup-margins))
-
+(add-to-list 'auto-mode-alist '("README\\'" . text-mode))
(add-hook 'text-mode-hook 'text-configs)
(provide 'setup-txt-mode)
diff --git a/templates/auto-insert/template.h b/templates/auto-insert/template.h
index 0f9cb8e..408e09d 100644
--- a/templates/auto-insert/template.h
+++ b/templates/auto-insert/template.h
@@ -4,7 +4,7 @@
*
* $2
*
- * @author MAGIT_USER or SYSTEM_USER
+ * @author `user-full-name`
* @date `(format-time-string "%Y-%m-%d")`
*/
diff --git a/templates/auto-insert/template.hh b/templates/auto-insert/template.hh
index 0f9cb8e..408e09d 100644
--- a/templates/auto-insert/template.hh
+++ b/templates/auto-insert/template.hh
@@ -4,7 +4,7 @@
*
* $2
*
- * @author MAGIT_USER or SYSTEM_USER
+ * @author `user-full-name`
* @date `(format-time-string "%Y-%m-%d")`
*/