From d7ad8de30a0ec2d9a5aa28d78a94749f948b3fe5 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 21 Apr 2020 12:58:57 +0200 Subject: [PATCH] Removed unused odf-mode, removed buggy code block --- org/config/spacemacs.org | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/org/config/spacemacs.org b/org/config/spacemacs.org index 6482519..3a46644 100644 --- a/org/config/spacemacs.org +++ b/org/config/spacemacs.org @@ -1328,12 +1328,6 @@ (require 'tramp) #+END_SRC - I also want to load what’s in ~icons-in-terminal~ so I can use them in various - packages in Emacs: - #+BEGIN_SRC emacs-lisp - (add-to-list 'load-path "~/.local/share/icons-in-terminal/") - #+END_SRC - I would also like to enable the setup of flycheck for Rust when Flycheck is loaded: #+BEGIN_SRC emacs-lisp @@ -1357,6 +1351,7 @@ :CUSTOM_ID: h-7a36d3a0-8bb6-4d9d-9402-eadbc49fef32 :header-args:emacs-lisp: :comments link :tangle ~/.config/emacs/private/user-config.el :exports code :results silent :END: + ** ASM configuration :PROPERTIES: :CUSTOM_ID: h-73c92790-872d-404d-b3b7-7a94fba4ef34 @@ -2605,17 +2600,6 @@ ":YEARLY:"))))) #+END_SRC - By the way, let’s also add all TODO.org files in Org-agenda with - Org-projectile: - #+BEGIN_SRC emacs-lisp - (with-eval-after-load 'org-agenda - (require 'org-projectile) - (mapcar #'(lambda (file) - (when (file-exists-p file) - (push file org-agenda-files))) - (org-projectile-todo-files))) - #+END_SRC - *** Org capture :PROPERTIES: :CUSTOM_ID: h-9a070bbb-5b57-4abd-9d61-51f2070eb47b