summaryrefslogtreecommitdiff
path: root/dots/doom-emacs/custom.el
diff options
context:
space:
mode:
authorCasper <me@skylarcloud.xyz>2024-12-18 15:39:36 -0700
committerCasper <me@skylarcloud.xyz>2024-12-18 15:39:36 -0700
commit8ed7e788bf73146a0a888d1e0ed8a23f50ad9e6d (patch)
treec34d977ea89f0a34f09d61a25e082784fe25ed64 /dots/doom-emacs/custom.el
parent1cb78494f3022fe9d808d070507bddf552c64753 (diff)
removed doom emacs config from repo
Diffstat (limited to 'dots/doom-emacs/custom.el')
-rw-r--r--dots/doom-emacs/custom.el14
1 files changed, 0 insertions, 14 deletions
diff --git a/dots/doom-emacs/custom.el b/dots/doom-emacs/custom.el
deleted file mode 100644
index 6965532..0000000
--- a/dots/doom-emacs/custom.el
+++ /dev/null
@@ -1,14 +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.
- '(auth-source-save-behavior nil)
- '(org-agenda-files '("~/Documents/org/todo.org"))
- '(package-selected-packages '(osm)))
-(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.
- )