summary refs log tree commit diff stats
path: root/.doom.d/config.el
diff options
context:
space:
mode:
authorBen Morrison <ben@gbmor.dev>2019-04-12 23:57:00 -0400
committerBen Morrison <ben@gbmor.dev>2020-04-25 00:39:30 -0400
commit45d920c8ec323bf5d91de23bdb49f61c152b1301 (patch)
tree0bea7db6494a2803dfe18d02dbdeb2eec9811b9b /.doom.d/config.el
downloaddogfiles-45d920c8ec323bf5d91de23bdb49f61c152b1301.tar.gz
Lots of unimportant changes happened before this
point, that I absolutely will never need a record of.
Diffstat (limited to '.doom.d/config.el')
-rw-r--r--.doom.d/config.el5
1 files changed, 5 insertions, 0 deletions
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)