diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index b8ae65d..b5f8d9a 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -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))