add doom-emacs

This commit is contained in:
Tim Schubert 2021-07-10 20:55:07 +02:00
parent 2d34226036
commit 4c8e42ee1c
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA
10 changed files with 565 additions and 16 deletions

View file

@ -0,0 +1,4 @@
(setq doom-font (font-spec :family "Source Code Pro" :size 12 :weight 'semi-light))
(setq org-directory "~/src/notes/org/")
(with-eval-after-load 'treemacs
(define-key treemacs-mode-map [mouse-1] #'treemacs-single-click-expand-action))