update org mode settings

framework
Stef Dunlap 12 months ago
parent 37a94fdeb1
commit f2d9f058e6
  1. 5
      home/doom.d/config.el
  2. 15
      home/doom.d/custom.el

@ -6,8 +6,8 @@
;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets. It is optional.
(setq user-full-name "John Doe"
user-mail-address "john@doe.com")
(setq user-full-name "Stef Dunlap"
user-mail-address "stef@kindrobot.ca")
;; Doom exposes five (optional) variables for controlling fonts in Doom:
;;
@ -41,6 +41,7 @@
;; 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!
(setq org-directory "~/org/")
(setq org-agenda-files (directory-files-recursively "~/org/" "\\.org$"))
(after! mu4e
(setq mail-user-agent 'mu4e-user-agent

@ -0,0 +1,15 @@
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(safe-local-variable-values
'((eval add-hook 'after-save-hook
(lambda nil
(shell-command-to-string "$HOME/bin/git-sync"))))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
Loading…
Cancel
Save