From 45d920c8ec323bf5d91de23bdb49f61c152b1301 Mon Sep 17 00:00:00 2001 From: Ben Morrison Date: Fri, 12 Apr 2019 23:57:00 -0400 Subject: Lots of unimportant changes happened before this point, that I absolutely will never need a record of. --- .doom.d/config.el | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .doom.d/config.el (limited to '.doom.d/config.el') diff --git a/.doom.d/config.el b/.doom.d/config.el new file mode 100644 index 0000000..e9d2bdb --- /dev/null +++ b/.doom.d/config.el @@ -0,0 +1,5 @@ +;;; .doom.d/config.el -*- lexical-binding: t; -*- + +;; Place your private configuration here +(setq lsp-rust-server 'rust-analyzer) +(setq doom-theme 'doom-gruvbox) -- cgit 1.4.1