diff --git a/config.org b/config.org index b6dc0ad..0813134 100644 --- a/config.org +++ b/config.org @@ -3,6 +3,24 @@ * Introduction Welcome to my Emacs configuration! + +[[./dashboard.png]] + +This configuration is inspired by : +https://github.com/munen/emacs.d + +And also loosely inspired by : + +https://github.com/daedreth/UncleDavesEmacs/blob/master/config.org + +With help from his fantastic Emacs tutorial series : + +https://www.youtube.com/playlist?list=PLX2044Ew-UVVv31a0-Qn3dA6Sd_-NyA1n + +This configuration is much more barebones and suited for someone just doing some writing or editing, which is exactly my use case. It does however copy over the useful functionalities (In my personal preference) +As this is a simple literate configuration, not a large actively maintained distribution like Spacemacs or Doom Emacs, feel free to do whatever you want with the configuration. +I've tried to document what every package does, what the code does briefly for beginners to Emacs or literate configurations. + * Config ** Appearance *** Remove Tool Bar diff --git a/dashboard.png b/dashboard.png new file mode 100644 index 0000000..6b25ea3 Binary files /dev/null and b/dashboard.png differ