[Emacs] Remove ESS layer and odf-mode, add org-roam support
This commit is contained in:
parent
522f17e440
commit
2b913fa2a7
@ -252,6 +252,7 @@
|
|||||||
org-enable-epub-support t
|
org-enable-epub-support t
|
||||||
org-enable-github-support t
|
org-enable-github-support t
|
||||||
org-enable-hugo-support t
|
org-enable-hugo-support t
|
||||||
|
org-enable-roam-support t
|
||||||
org-enable-reveal-js-support t
|
org-enable-reveal-js-support t
|
||||||
org-enable-sticky-header t
|
org-enable-sticky-header t
|
||||||
spaceline-org-clock-p t
|
spaceline-org-clock-p t
|
||||||
@ -334,13 +335,12 @@
|
|||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:CUSTOM_ID: Spacemacs_layers_and_packages-Layers-Programming_languages-Domain-specific_(DSLs)-2c919937
|
:CUSTOM_ID: Spacemacs_layers_and_packages-Layers-Programming_languages-Domain-specific_(DSLs)-2c919937
|
||||||
:END:
|
:END:
|
||||||
In this category, I enabled support for the R programming language (the
|
In this category, I enabled support for the ~major-modes~ layer for the
|
||||||
~ess~ layer), the ~major-modes~ layer for the Arch Linux PKGBUILDs support,
|
Arch Linux PKGBUILDs support, ~emacs-lisp~ and ~scheme~ layers, support for
|
||||||
the ~prolog~, ~emacs-lisp~ and ~scheme~ layers, support for the CSV format
|
the CSV format with the ~csv~ layer, the ~yaml~ language, shell scripting
|
||||||
with the ~csv~ layer, the ~yaml~ language, shell scripting languages and
|
languages and support for the ~dot~ tool with the ~graphviz~ layer.
|
||||||
support for the ~dot~ tool with the ~graphviz~ layer.
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
ess major-modes prolog emacs-lisp scheme graphviz yaml shell-scripts
|
major-modes emacs-lisp scheme graphviz yaml shell-scripts
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
I also added support for HTML and CSS with the ~html~ layer, with the web
|
I also added support for HTML and CSS with the ~html~ layer, with the web
|
||||||
@ -1301,13 +1301,6 @@
|
|||||||
(load "~/.config/emacs/private/private_emacs")
|
(load "~/.config/emacs/private/private_emacs")
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
Let’s also load the file defining ~odf-mode~, a mode for viewing the content
|
|
||||||
of ODF files generated by OpenOffice and LibreOffice (if you use one, please
|
|
||||||
use the latter).
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(load "~/.config/emacs/private/odf-mode")
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
Then, I want a couple of requires:
|
Then, I want a couple of requires:
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(require 'org-id)
|
(require 'org-id)
|
||||||
|
Loading…
Reference in New Issue
Block a user