diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-07-25 15:44:55 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2021-07-25 15:44:55 +0100 |
commit | d59c38f1342b061d7e71b4e565948436ca676780 (patch) | |
tree | 62f466fb7181b5d6268921f5e7d507f7a1eae3b1 /Emacs/.config | |
parent | 67a4addcd06df2cb33e38d99552f658504822553 (diff) | |
download | dotfiles-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')
-rw-r--r-- | Emacs/.config/emacs/.config/custom.el | 12 | ||||
-rw-r--r-- | Emacs/.config/emacs/.config/dashboard/logo-src.png | bin | 0 -> 137216 bytes | |||
-rw-r--r-- | Emacs/.config/emacs/.config/dashboard/logo.png | bin | 0 -> 35703 bytes | |||
-rw-r--r-- | Emacs/.config/emacs/.config/dashboard/logo2.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..fc88fe7 --- /dev/null +++ b/Emacs/.config/emacs/.config/dashboard/logo-src.png diff --git a/Emacs/.config/emacs/.config/dashboard/logo.png b/Emacs/.config/emacs/.config/dashboard/logo.png Binary files differnew file mode 100644 index 0000000..1d6908e --- /dev/null +++ b/Emacs/.config/emacs/.config/dashboard/logo.png diff --git a/Emacs/.config/emacs/.config/dashboard/logo2.png b/Emacs/.config/emacs/.config/dashboard/logo2.png Binary files differnew file mode 100644 index 0000000..13dc425 --- /dev/null +++ b/Emacs/.config/emacs/.config/dashboard/logo2.png |