summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa@gmail.com>2023-03-25 22:59:29 -0400
committerJohn Turner <jturner.usa@gmail.com>2023-03-26 00:20:56 -0400
commit2518c94484157c7daf493b70ea3d1621c38009c8 (patch)
tree4a9094ea10a08e595e469de830e15e636b224391
parent2154468a1b6a7856973fe5df69a6bb787cde51cf (diff)
downloademacs.d-2518c94484157c7daf493b70ea3d1621c38009c8.tar.gz
don't track custom.el
-rw-r--r--.gitignore1
-rw-r--r--custom.el22
2 files changed, 0 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore
index c0e4497..3b6b442 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,6 @@
!/.gitignore
!/init.el
!/early-init.el
-!/custom.el
!/themes
!/init
!/lisp
diff --git a/custom.el b/custom.el
deleted file mode 100644
index 87ef0b4..0000000
--- a/custom.el
+++ /dev/null
@@ -1,22 +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.
- '(safe-local-variable-values
- '((rust-rustfmt-switches "--edition" "2021")
- (projectile-package-compilation-cmd . "/home/notroot/bin/cargo-wrapper build")
- (projectile-package-test-cmd . "/home/notroot/bin/cargo-wrapper test")
- (projectile-package-compilation-cmd . "nonet cargo build")
- (projectile-package-test-cmd . "nonet cargo test")
- (projectile-package-cmd . "nonet cargo test")
- (eval lsp)
- (eval eglot-ensure)))
- '(warning-suppress-types '((comp))))
-(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.
- '(default ((t (:family "Noto Sans Mono" :foundry "GOOG" :slant normal :weight normal :height 98 :width normal))))
- '(flymake-error ((t (:underline nil)))))