From d59c38f1342b061d7e71b4e565948436ca676780 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Sun, 25 Jul 2021 15:44:55 +0100 Subject: (Emacs|General)+all of .config from my Emacs config The .config folder stores the configurations generated by various packages. For the purposes of cleanliness and also generalisation I might as well VC it. --- Emacs/.config/emacs/.config/custom.el | 12 ++++++++++++ Emacs/.config/emacs/.config/dashboard/logo-src.png | Bin 0 -> 137216 bytes Emacs/.config/emacs/.config/dashboard/logo.png | Bin 0 -> 35703 bytes Emacs/.config/emacs/.config/dashboard/logo2.png | Bin 0 -> 30238 bytes 4 files changed, 12 insertions(+) create mode 100644 Emacs/.config/emacs/.config/custom.el create mode 100644 Emacs/.config/emacs/.config/dashboard/logo-src.png create mode 100644 Emacs/.config/emacs/.config/dashboard/logo.png create mode 100644 Emacs/.config/emacs/.config/dashboard/logo2.png (limited to 'Emacs/.config/emacs') diff --git a/Emacs/.config/emacs/.config/custom.el b/Emacs/.config/emacs/.config/custom.el new file mode 100644 index 0000000..27f8519 --- /dev/null +++ b/Emacs/.config/emacs/.config/custom.el @@ -0,0 +1,12 @@ +(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 '((projectile-globally-ignored-files "TAGS")))) +(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. + ) diff --git a/Emacs/.config/emacs/.config/dashboard/logo-src.png b/Emacs/.config/emacs/.config/dashboard/logo-src.png new file mode 100644 index 0000000..fc88fe7 Binary files /dev/null and b/Emacs/.config/emacs/.config/dashboard/logo-src.png differ diff --git a/Emacs/.config/emacs/.config/dashboard/logo.png b/Emacs/.config/emacs/.config/dashboard/logo.png new file mode 100644 index 0000000..1d6908e Binary files /dev/null and b/Emacs/.config/emacs/.config/dashboard/logo.png differ diff --git a/Emacs/.config/emacs/.config/dashboard/logo2.png b/Emacs/.config/emacs/.config/dashboard/logo2.png new file mode 100644 index 0000000..13dc425 Binary files /dev/null and b/Emacs/.config/emacs/.config/dashboard/logo2.png differ -- cgit v1.2.3-13-gbd6f