aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-10-15 23:39:17 +0100
committerYann Herklotz <git@yannherklotz.com>2021-10-15 23:39:17 +0100
commit1044c490a9440184f66ff7e9d587a85532fc277b (patch)
treeef8eb44f5cfa9ff3e85e1ad2d7406302e0a948d9
parentac75c2d63125e27f486ebb984152c866ef17e677 (diff)
downloaddotfiles-1044c490a9440184f66ff7e9d587a85532fc277b.tar.gz
dotfiles-1044c490a9440184f66ff7e9d587a85532fc277b.zip
Remove custom.el
-rw-r--r--doom/custom.el16
1 files changed, 0 insertions, 16 deletions
diff --git a/doom/custom.el b/doom/custom.el
deleted file mode 100644
index 838f4cb..0000000
--- a/doom/custom.el
+++ /dev/null
@@ -1,16 +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.
- '(custom-safe-themes
- '("d6da24347c813d1635a217d396cf1e3be26484fd4d05be153f3bd2b293d2a0b5" "0568a5426239e65aab5e7c48fa1abde81130a87ddf7f942613bf5e13bf79686b" default))
- '(org-agenda-files
- '("/home/ymherklotz/Dropbox/zk/verification.org" "/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")))
-(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.
- )
-(put 'list-timers 'disabled nil)