diff --git a/org/config/emacs.org b/org/config/emacs.org index e80ce34..0806d4e 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -8,19 +8,12 @@ #+property: header-args:emacs-lisp+ :tangle ~/.emacs.d/init.el #+property: header-args:emacs-lisp+ :mkdirp yes :noweb no-export +#+include: img/emacs.svg export html + * Introduction :PROPERTIES: :CUSTOM_ID: Introduction7gzhel6184j0 :END: -#+begin_center -*STOP* Read this first! - -You just landed on my vanilla Emacs configuration. However, this URL -was used until recently for my Spacemacs configuration. If you want my -complete, working Emacs configuration, I recommend you to head over -there. /*This document is still a work in progress!*/ -#+end_center - After a couple of years using Spacemacs and a failed attempt at switching to DoomEmacs, I’m finally switching back to a vanilla configuration! Be aware though this document is still very much a work @@ -28,6 +21,9 @@ in progress document, lots of comments on existing configuration are missing, and lots of functionalities are still not implemented. I’m still in the process of porting my [[file:spacemacs.org][Spacemacs]] configuration over here. +#+attr_html: :alt Dammit Emacs… +[[file:./img/real_programmers.png]] + * Basic configuration :PROPERTIES: :CUSTOM_ID: Basic-configurationzt3iel6184j0 @@ -2704,6 +2700,8 @@ compilation buffer, as well as enable some syntax highlighting. :PROPERTIES: :CUSTOM_ID: Packages-Configuration-Emacs-built-ins-Eshell0662fl6184j0 :END: +#+include: img/emacs-eshell.svg export html + Eshell is a built-in shell available from Emacs which I use almost as often as fish. Some adjustments are necessary to make it fit my taste though. diff --git a/org/config/img/emacs-eshell.svg b/org/config/img/emacs-eshell.svg new file mode 100644 index 0000000..aab21a4 --- /dev/null +++ b/org/config/img/emacs-eshell.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/org/config/img/emacs.svg b/org/config/img/emacs.svg new file mode 100644 index 0000000..b08c36b --- /dev/null +++ b/org/config/img/emacs.svg @@ -0,0 +1,9 @@ + + + + + + + + + diff --git a/org/config/img/stumpwm.png b/org/config/img/stumpwm.png index 575103c..6a9876c 100644 Binary files a/org/config/img/stumpwm.png and b/org/config/img/stumpwm.png differ