From e6aa1ffcbac6d6481cff887078e25698a37588b4 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Mon, 23 Jan 2023 22:00:38 -0800 Subject: [PATCH 1/2] Set name and email address --- emacs/.doom.d/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index e6d14cb..c86dfda 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -6,8 +6,8 @@ ;; Some functionality uses this to identify you, e.g. GPG configuration, email ;; clients, file templates and snippets. It is optional. -(setq user-full-name "John Doe" - user-mail-address "john@doe.com") +(setq user-full-name "Elnu" + user-mail-address "elnu@elnu.com") ;; Doom exposes five (optional) variables for controlling fonts in Doom: ;; From 41e3767a5f76e447206aeb66dcd8c0724cd1854c Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Mon, 23 Jan 2023 22:06:52 -0800 Subject: [PATCH 2/2] Enable Rust in Doom --- emacs/.doom.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index 20f1004..8927f79 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -164,7 +164,7 @@ ;;rest ; Emacs as a REST client ;;rst ; ReST in peace ;;(ruby +rails) ; 1.step {|i| p "Ruby is #{i.even? ? 'love' : 'life'}"} - ;;(rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() + (rust +lsp) ; Fe2O3.unwrap().unwrap().unwrap().unwrap() ;;scala ; java, but good ;;(scheme +guile) ; a fully conniving family of lisps sh ; she sells {ba,z,fi}sh shells on the C xor