emacs: doom-themes treemacs & org config

This commit is contained in:
Jez Cope 2021-07-31 11:38:55 +01:00
parent 112810b864
commit 4cd91faec0
1 changed files with 16 additions and 9 deletions

View File

@ -16,20 +16,27 @@
(setq user-full-name "Jez Cope"
user-mail-address (rot13 "w.pbcr@renzoyre.pb.hx")
doom-font (font-spec :family "Iosevka"
:size (let ((wd (display-pixel-width)))
(cond ((< wd 1600) 12.0)
(t 14.0)))
:weight 'light)
doom-variable-pitch-font (font-spec :family "Iosevka Aile")
doom-theme 'ewal-doom-vibrant
confirm-kill-emacs nil
display-line-numbers-type t
fill-column 120)
#+end_src
** Appearance
#+begin_src emacs-lisp
(setq doom-font (font-spec :family "Iosevka"
:size (let ((wd (display-pixel-width)))
(cond ((< wd 1600) 12.0)
(t 14.0)))
:weight 'light)
doom-variable-pitch-font (font-spec :family "Iosevka Aile")
doom-theme 'ewal-doom-vibrant
doom-themes-treemacs-theme "doom-colors")
(doom-themes-treemacs-config)
(doom-themes-org-config)
#+end_src
** Avy key tweaks
Theory: alternating left/right, 1st to 4th finger then middle column, home row -> upper row -> lower row