aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2021-07-25 15:44:55 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2021-07-25 15:44:55 +0100
commitd59c38f1342b061d7e71b4e565948436ca676780 (patch)
tree62f466fb7181b5d6268921f5e7d507f7a1eae3b1 /Emacs/.config/emacs
parent67a4addcd06df2cb33e38d99552f658504822553 (diff)
downloaddotfiles-d59c38f1342b061d7e71b4e565948436ca676780.tar.gz
dotfiles-d59c38f1342b061d7e71b4e565948436ca676780.tar.bz2
dotfiles-d59c38f1342b061d7e71b4e565948436ca676780.zip
(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.
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r--Emacs/.config/emacs/.config/custom.el12
-rw-r--r--Emacs/.config/emacs/.config/dashboard/logo-src.pngbin0 -> 137216 bytes
-rw-r--r--Emacs/.config/emacs/.config/dashboard/logo.pngbin0 -> 35703 bytes
-rw-r--r--Emacs/.config/emacs/.config/dashboard/logo2.pngbin0 -> 30238 bytes
4 files changed, 12 insertions, 0 deletions
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
--- /dev/null
+++ b/Emacs/.config/emacs/.config/dashboard/logo-src.png
Binary files 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
--- /dev/null
+++ b/Emacs/.config/emacs/.config/dashboard/logo.png
Binary files 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
--- /dev/null
+++ b/Emacs/.config/emacs/.config/dashboard/logo2.png
Binary files differ