summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-11-20 19:14:46 +0000
committerYann Herklotz <git@yannherklotz.com>2022-11-20 19:14:46 +0000
commit945f8f8cdd1b78f429a2eeee47b30b3b3648dbbb (patch)
tree962839e71feb663e6396c06a702dca0b8c48b93c
parent386e0829c64d26df9a0d992b240c29a250df6f87 (diff)
downloadymh-emacs-945f8f8cdd1b78f429a2eeee47b30b3b3648dbbb.tar.gz
ymh-emacs-945f8f8cdd1b78f429a2eeee47b30b3b3648dbbb.zip
Add customisations by emacs
-rw-r--r--custom.el25
1 files changed, 25 insertions, 0 deletions
diff --git a/custom.el b/custom.el
new file mode 100644
index 0000000..2ab2efb
--- /dev/null
+++ b/custom.el
@@ -0,0 +1,25 @@
+(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.
+ '(org-agenda-files
+ '("/home/ymherklotz/Dropbox/org/inbox.org" "/home/ymherklotz/Dropbox/org/main.org" "/home/ymherklotz/Dropbox/org/tickler.org" "/home/ymherklotz/Dropbox/org/projects.org" "/home/ymherklotz/Dropbox/bibliography/reading_list.org"))
+ '(safe-local-variable-values
+ '((eval setq org-ref-pdf-directory
+ (concat
+ (projectile-project-root)
+ "papers/"))
+ (eval setq org-attach-id-dir
+ (concat
+ (locate-dominating-file
+ (buffer-file-name)
+ ".dir-locals.el")
+ "data"))
+ (eval add-hook 'before-save-hook #'org-zettelkasten-update-modified nil t))))
+(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.
+ )