summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2022-11-22 17:56:45 +0000
committerYann Herklotz <git@yannherklotz.com>2022-11-22 17:56:45 +0000
commit0308b3f5fe86b28ae70f8dbb87508ea6d549bd82 (patch)
treef557d0c85534ae4f8935cb5e6de1301967689459
parent5a4a09d382e8890ced126ac12b77cca9afc3ac84 (diff)
downloadymh-emacs-0308b3f5fe86b28ae70f8dbb87508ea6d549bd82.tar.gz
ymh-emacs-0308b3f5fe86b28ae70f8dbb87508ea6d549bd82.zip
Remove custom.el
-rw-r--r--custom.el25
1 files changed, 0 insertions, 25 deletions
diff --git a/custom.el b/custom.el
deleted file mode 100644
index 2ab2efb..0000000
--- a/custom.el
+++ /dev/null
@@ -1,25 +0,0 @@
-(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.
- )