blob: 851c998bde5ae948cb1e0b2a257f1949e286f95c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
(setq user-full-name "Jakub Dlugosz"
user-mail-address "jdlugosz963@gmail.com")
(setq doom-theme 'doom-dracula)
(setq doom-font (font-spec :family "Mononoki Nerd Font Mono" :size 13))
(setq org-directory "~/org/")
(setq display-line-numbers-type 'relative)
(setq org-babel-default-header-args:python
'((:session . "*python*")
(:results . "output")))
(setq fancy-splash-image "~/.doom.d/doom.png")
(use-package! lsp-tailwindcss)
|