update doom config

This commit is contained in:
Hedy Li 2021-08-13 17:38:05 +08:00
parent a056b3ba8b
commit 0e9a8337de
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
3 changed files with 11 additions and 3 deletions

View File

@ -9,3 +9,4 @@ alias syscu='systemctl --user'
alias codespell='codespell --skip="venv,.git,*.pyc,*.png,*.PNG,*.gif",.vim'
alias bom=bombadillo
alias newvenv='python3 -m virtualenv venv && source ./venv/bin/activate.fish'
alias edoom='emacs --with-profile=doom'

View File

@ -6,8 +6,8 @@
;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets.
(setq user-full-name "John Doe"
user-mail-address "john@doe.com")
(setq user-full-name "Hedy Li"
user-mail-address "hedy@tilde.cafe")
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
;; are the three important ones:
@ -25,7 +25,7 @@
;; There are two ways to load a theme. Both assume the theme is installed and
;; available. You can either set `doom-theme' or manually load a theme with the
;; `load-theme' function. This is the default:
(setq doom-theme 'doom-one)
(setq doom-theme 'doom-vibrant)
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!
@ -52,3 +52,7 @@
;;
;; You can also try 'gd' (or 'C-c c d') to jump to their definition and see how
;; they are implemented.
(setq evil-split-window-below t
evil-vsplit-window-right t)

View File

@ -48,3 +48,6 @@
;(unpin! pinned-package another-pinned-package)
;; ...Or *all* packages (NOT RECOMMENDED; will likely break things)
;(unpin! t)
(package! elpher :recipe (:nonrecursive t))
(package! eww)