1
0
Fork 0
vdotfiles/doom/config.org
2023-01-04 20:54:18 +02:00

575 B

von's Doom Emacs config

User name and email

(setq user-full-name "Von Random"
      user-mail-address "von@mechanus.net")

Aesthetics

Font and theme

(setq doom-font (font-spec :family "JetBrainsMono Nerd Font" :size 15)
      doom-variable-pitch-font (font-spec :family "PT Sans"))
(setq doom-theme 'doom-gruvbox)

Other settings

(setq display-line-numbers-type 'relative)
(setq org-directory "~/org/")
(menu-bar-mode -1)