From 111651af13e9633dbccdf7d8ab1a6e13330166ec Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 12 Oct 2021 11:28:05 +0200 Subject: [PATCH] [Emacs] Remove meaningless org src results --- org/config/emacs.org | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/org/config/emacs.org b/org/config/emacs.org index e27bf17..2a3c09b 100644 --- a/org/config/emacs.org +++ b/org/config/emacs.org @@ -999,9 +999,6 @@ windows. (ElispFace . ,(all-the-icons-material "format_paint" :face 'all-the-icons-pink)))))) #+end_src -#+RESULTS: -: t - *** Ivy :PROPERTIES: :CUSTOM_ID: Packages-Configuration-Autocompletion-Ivy84q1fl6184j0 @@ -3453,6 +3450,7 @@ This is my configuration for exporting my dotfiles to my website in a web format only. No PDFs or anything, just HTML. Please note that I do not use that often anymore, I much prefer the automatic script that I have which deploys through my Drone instance my website on git pushes. + And before we get into the actual configuration, I would like to introduce a couple of variables. This is a bit more verbose than if I declared everything manually, but now I can change all three values at the same time without a @@ -3795,8 +3793,6 @@ icons! "O" #'org-ol-tree)) #+end_src -#+RESULTS: - *** Misc :PROPERTIES: :CUSTOM_ID: Packages-Configuration-Org-mode-Misc-l202k9z0l4j0 @@ -3996,8 +3992,6 @@ And let’s enable some intergration with ~ivy~. :cwd nil))) #+end_src -#+RESULTS: - *** DSLs :PROPERTIES: :CUSTOM_ID: Packages-Configuration-Programming-languages-DSLsbwu5fl6184j0 @@ -4039,8 +4033,6 @@ doesn’t have a major mode available by default, so let’s provide one. :straight (:build t)) #+end_src -#+RESULTS: - Let’s enable first some autocompletion for it. #+begin_src emacs-lisp (use-package company-cmake