add doom-emacs
This commit is contained in:
parent
2d34226036
commit
4c8e42ee1c
10 changed files with 565 additions and 16 deletions
4
home/modules/emacs/doom.d/config.el
Normal file
4
home/modules/emacs/doom.d/config.el
Normal 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))
|
Loading…
Add table
Add a link
Reference in a new issue