diff options
author | Casper <me@skylarcloud.xyz> | 2024-12-18 15:39:36 -0700 |
---|---|---|
committer | Casper <me@skylarcloud.xyz> | 2024-12-18 15:39:36 -0700 |
commit | 8ed7e788bf73146a0a888d1e0ed8a23f50ad9e6d (patch) | |
tree | c34d977ea89f0a34f09d61a25e082784fe25ed64 /dots/doom-emacs/custom.el | |
parent | 1cb78494f3022fe9d808d070507bddf552c64753 (diff) |
removed doom emacs config from repo
Diffstat (limited to 'dots/doom-emacs/custom.el')
-rw-r--r-- | dots/doom-emacs/custom.el | 14 |
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. - ) |