This repository has been archived on 2024-10-22. You can view files and clone it, but cannot push or open issues or pull requests.
spacemacs/layers/+lang
Matt Kramer 5fcd84d845
[latex] Init jump handlers in LaTeX-mode-hook
AUCTeX is weird: It reports major-mode as latex-mode (since TeX-latex-mode is
applied as an :override advice on the basic built-in latex-mode), but its mode
hook is LaTeX-mode-hook, not latex-mode-hook (which is only run by the built-in
latex-mode). Since bind-map uses the value of major-mode, we must pass
latex-mode to spacemacs|define-jump-handlers. But then
spacemacs//init-jump-handlers-latex-mode gets added to latex-mode-hook, which
never gets run. So we must manualy add it to LaTeX-mode-hook.

[latex] Use dumb-jump as primary jump handler

Otherwise, the default is used, which prioritizes evil-goto-definition over
dumb-jump-go. Dumb Jump tends to Just Work, while evil-goto-definition doesn't
handle LaTeX very well, at least not without a TAGS table.

[latex] Update CHANGELOG.develop
2020-06-11 01:18:47 +02:00
..
agda Fix #9429: Make agda layer retain indentation on paste. 2019-09-28 14:23:17 +02:00
alda Move conda and ipython-notebook layer from +lang to +tools category 2020-04-18 21:28:14 +02:00
asciidoc
asm Fix typos 2019-12-05 22:23:04 +01:00
autohotkey Add names to autohotkey mode prefixes 2019-08-08 12:53:16 +02:00
bibtex Replace org-ref-helm-insert-cite-link with org-ref-insert-link 2020-03-28 20:10:51 +01:00
c-c++ [c++] Fix not loading of "c-c++/post-init-company" function 2020-06-05 22:37:08 +02:00
clojure [clojure] Change leader key to fix warning 2020-05-11 09:39:15 +02:00
coffeescript [core] Fix layer dependencies based on layer variables 2019-09-30 02:00:48 -04:00
common-lisp Improve rainbow-identifiers experience for Elisp and CL 2020-01-20 11:37:20 +01:00
coq documentation formatting: Sat Feb 22 10:39:46 UTC 2020 2020-02-22 11:44:35 +01:00
crystal
csharp Fix filenames in layer file headers 2020-02-20 00:07:30 +01:00
csv
d
dart [lsp][dart] Fix dart layer 2020-05-06 23:01:18 +02:00
dhall
elixir [Elixir] Remove traces of flycheck-mix from docs and layer variables 2020-06-08 22:59:48 +02:00
elm Update references to macOS 2019-10-13 12:04:40 +02:00
emacs-lisp documentation formatting: Wed May 6 21:12:48 UTC 2020 2020-05-06 23:21:46 +02:00
erlang Fix filenames in layer file headers 2020-02-20 00:07:30 +01:00
ess Removed company-lsp in favour of company-capf 2020-04-04 08:24:44 +02:00
extempore documentation formatting: Mon May 18 22:06:40 UTC 2020 2020-05-20 22:24:46 +02:00
factor Fix typos 2019-12-05 22:23:04 +01:00
faust
forth
fsharp
go Add Go command variables 2020-06-11 00:12:56 +02:00
gpu
graphviz
groovy Fix filenames in layer file headers 2020-02-20 00:07:30 +01:00
haskell [Haskell] Make installation instructions for hie more clear 2020-02-10 20:14:11 +00:00
html [html] contract statement while staying on beginning of line 2020-01-11 16:20:52 +01:00
hy documentation formatting: Sat Nov 23 21:43:58 UTC 2019 2019-11-23 22:52:16 +01:00
idris [idris] Add to spacemacs-indent-sensitive-modes 2020-05-08 22:34:53 +02:00
java Update instructions for dap integration and update existing layers 2020-05-16 23:40:38 +02:00
javascript Update instructions for dap integration and update existing layers 2020-05-16 23:40:38 +02:00
jr
json [core] Fix layer dependencies based on layer variables 2019-09-30 02:00:48 -04:00
jsonnet
julia [julia] Fix inconsistencies in backend configuration 2020-04-14 16:23:17 +02:00
kivy Add kivy layer 2019-08-26 17:09:46 +02:00
kotlin
latex [latex] Init jump handlers in LaTeX-mode-hook 2020-06-11 01:18:47 +02:00
lua Removed company-lsp in favour of company-capf 2020-04-04 08:24:44 +02:00
major-modes [major modes]: Add keybinding for pkgbuild-update-srcinfo 2020-05-08 22:16:37 +02:00
markdown [markdown] Add support for mdx files 2020-04-12 08:47:29 +02:00
mercury [mercury] Rename layer: mercury-layer to mercury 2019-11-23 22:49:45 +01:00
nim Fix filenames in layer file headers 2020-02-20 00:07:30 +01:00
ocaml
octave Fix filenames in layer file headers 2020-02-20 00:07:30 +01:00
pact
perl5
perl6 Fix filenames in layer file headers 2020-02-20 00:07:30 +01:00
php Update instructions for dap integration and update existing layers 2020-05-16 23:40:38 +02:00
plantuml [plantuml] Fix config to have the package use local jar execution 2020-05-16 12:45:12 +02:00
prolog No need for hook. It gives error as 'ediprolog is not defined. 2019-10-31 10:41:58 +01:00
protobuf Move conda and ipython-notebook layer from +lang to +tools category 2020-04-18 21:28:14 +02:00
purescript [purescript] Add to spacemacs-indent-sensitive-modes 2020-01-26 17:59:20 +01:00
python [doc] Update list of suggested packages to install with python-language-server 2020-05-18 23:26:58 +02:00
racket Racket: actually switch to insert state in REPL 2020-06-10 22:55:58 +02:00
reasonml Fix typos 2019-12-05 22:23:04 +01:00
restructuredtext documentation formatting: Sat Feb 22 10:39:46 UTC 2020 2020-02-22 11:44:35 +01:00
ruby Update instructions for dap integration and update existing layers 2020-05-16 23:40:38 +02:00
rust Update instructions for dap integration and update existing layers 2020-05-16 23:40:38 +02:00
scala [Scala] Add lsp-metals 2020-06-11 00:43:12 +02:00
scheme Update scheme docs to note the need for srfi-18 2020-03-01 00:05:32 +01:00
semantic-web
shell-scripts [core] Fix layer dependencies based on layer variables 2019-09-30 02:00:48 -04:00
sml
solidity Tag uncategorized layers 2020-01-02 22:42:13 +01:00
sql [sql] Revise sql-layer 2020-02-20 21:36:42 +01:00
swift Update references to macOS 2019-10-13 12:04:40 +02:00
typescript Removed company-lsp in favour of company-capf 2020-04-04 08:24:44 +02:00
vimscript Fix filenames in layer file headers 2020-02-20 00:07:30 +01:00
windows-scripts Fix filenames in layer file headers 2020-02-20 00:07:30 +01:00
yaml documentation formatting: Sun Dec 15 21:56:35 UTC 2019 2019-12-15 22:03:17 +00:00
yang
zig doc fixes and new tags 2019-11-08 17:09:01 +00:00