-
How to pass options (e.g., --shell-escape) within Emacs?
-
As far as I can tell now, before using loading a package version of AUCTeX beyond what it is included with Aquamacs, one should have
```(unload-feature 'tex-site)```
in your emacs config before …
-
The testing configuration:
```emacs-lisp
(use-package lsp-mode
:hook
(TeX-mode . lsp)
:custom (lsp-prefer-capf t))
(use-package lsp-latex
:straight (:host github :repo "ROCKTAKEY/lsp-l…
-
How to pass options (e.g., --shell-escape) within Emacs?
-
As there are two notations for inserting links which have subtle differences in notation but completely different purposes, there should be command to insert links.
As links on web pages serve the …
-
Kind of a follow-up to #1060, but different enough that I think it's worth a separate bug:
```
emacs-install emacs26
Package `gnuplot' is not installed and no info is available.
Use dpkg --info (=…
-
This makes ; less useful for inserting macros.
-
I'm using ryo with auctex and have a small issue with my major mode key setting, see here:
```
(ryo-modal-major-mode-keys
'latex-mode
("q" LaTeX-fill-environment)
("E" LaTeX-close-envi…
-
I using org-mode mainly to publish a website. I like org-auctex-key-bindings because I'm familiar with AUCTeX shorctuts but it doesn't imply I want to export to LaTeX.
Shouldn't C-c C-c show the org-…
pprw updated
10 years ago
-
I have ethan-wspace installed for more than a year with the following configuration:
(use-package ethan-wspace
:diminish
:config
(setq mode-require-final-newline nil)
(setq ethan-wspace-f…