add author

This commit is contained in:
Thomas Ruoff
2019-09-16 08:13:59 +02:00
parent a7aeecdf0f
commit 886ef9b226

View File

@@ -3,6 +3,8 @@
;; Place your private configuration here
(setq doom-font (font-spec :family "Fira Code" :size 16))
(setq user-full-name "Thomas Ruoff")
(setq user-mail-address "thomasruoff@gmail.com")
(eval-after-load 'js-mode
'(add-hook 'js-mode-hook #'add-node-modules-path))