Move .config content to the root and rename doom folder

This commit is contained in:
reo6 2023-04-13 13:21:15 +03:00
parent 741b493376
commit f5b39a03dd
13 changed files with 0 additions and 0 deletions

23
doom/config.el Normal file
View file

@ -0,0 +1,23 @@
(setq user-full-name "John Doe"
user-mail-address "john@doe.com")
(load "doom-themes")
;; doom-henna, doom-nord, doom-one, doom-opera, doom-miramare, doom-manegarm
(setq doom-theme 'doom-one)
(setq display-line-numbers-type 'relative)
(setq org-directory "~/org/")
(setq doom-font (font-spec :family "Iosevka Fixed Medium" :size 15))
(beacon-mode 1)
(good-scroll-mode 1)
(elcord-mode 1)
(custom-set-variables
'(initial-frame-alist (quote ((fullscreen . maximized))))
)