Removed unused odf-mode, removed buggy code block

This commit is contained in:
Lucien Cartier-Tilet 2020-04-21 12:58:57 +02:00
parent 1757b69a4a
commit d7ad8de30a
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA
1 changed files with 1 additions and 17 deletions

View File

@ -1328,12 +1328,6 @@
(require 'tramp)
#+END_SRC
I also want to load whats 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, lets 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