mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Add doom emacs config
This commit is contained in:
parent
e3c86138ef
commit
70e19a1b38
10 changed files with 218 additions and 63 deletions
6
doom.d/config.el
Normal file
6
doom.d/config.el
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(setq user-full-name "Smirnov Alexandr"
|
||||
user-mail-address "ss2316544@gmail.com")
|
||||
|
||||
(setq doom-theme 'doom-one)
|
||||
(setq org-directory "~/org/")
|
||||
(setq display-line-numbers-type t)
|
||||
Loading…
Add table
Add a link
Reference in a new issue