[Emacs] Remove unused layers

This commit is contained in:
Lucien Cartier-Tilet 2021-04-11 16:08:03 +02:00
parent 65e5eb022a
commit 7f05c46ebc
Signed by: phundrak
GPG Key ID: BD7789E705CB8DCA

View File

@ -497,12 +497,6 @@ programming language, so here it is.
lua-lsp-emmy-enable-file-watchers t) lua-lsp-emmy-enable-file-watchers t)
#+END_SRC #+END_SRC
Unfortunately, I have to write Java and Scala code for one of my university
courses, so here are the layers:
#+BEGIN_SRC emacs-lisp
java scala
#+END_SRC
*** Readers *** Readers
:PROPERTIES: :PROPERTIES:
:CUSTOM_ID: Spacemacs_layers_and_packages-Layers-Readers-65e8e4ae :CUSTOM_ID: Spacemacs_layers_and_packages-Layers-Readers-65e8e4ae
@ -2691,7 +2685,6 @@ activated. Here are the languages I activated in my Org-mode configuration:
| dot | | dot |
| emacs-lisp | | emacs-lisp |
| gnuplot | | gnuplot |
| java |
| latex | | latex |
| latex-as-png | | latex-as-png |
| makefile | | makefile |
@ -2713,13 +2706,12 @@ activated. Here are the languages I activated in my Org-mode configuration:
"\n ")) "\n "))
#+END_SRC #+END_SRC
#+RESULTS[27e5ca97338f4a5e6874ece62f4e34c854284c59]: org-babel-languages-gen #+RESULTS[71d98616bf4f1351ca93aea4972be0ba58057230]: org-babel-languages-gen
#+begin_example #+begin_example
'((C . t) '((C . t)
(dot . t) (dot . t)
(emacs-lisp . t) (emacs-lisp . t)
(gnuplot . t) (gnuplot . t)
(java . t)
(latex . t) (latex . t)
(latex-as-png . t) (latex-as-png . t)
(makefile . t) (makefile . t)