spacemacs/layers
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
..
+chat Revert "[rcirc] Move binding from SPC a i to SPC a I to avoid key conflicts" 2020-04-18 00:09:07 +02:00
+checkers [syntax-checking] Document activation of traditional error navigation 2020-06-07 23:05:07 +02:00
+completion Make auto-complete more configurable and efficient for lsp 2020-05-15 22:22:28 +02:00
+distributions [which-key] fixup for change to help text for "buffer-to-window-N" so which-key-replacement-alist works again 2020-06-11 00:52:08 +02:00
+emacs Tune org-babel transient state. 2020-06-07 19:41:28 +02:00
+email fix: org-store-link doesn't work unless you load mu4e 2020-06-11 00:45:37 +02:00
+filetree [doc] Add missing treemacs bindings 2020-06-07 19:24:40 +02:00
+fonts/unicode-fonts Update references to macOS 2019-10-13 12:04:40 +02:00
+frameworks Avoid unnecessary packages installation of tern layer 2020-05-11 09:42:13 +02:00
+fun [emoji] Move spacemacs/delay-emoji-cheat-sheet-hook to func.el 2020-02-23 09:40:29 -05:00
+intl keyboard-layout: add evil-cleverparens remapping 2020-06-07 23:19:43 +02:00
+lang [latex] Init jump handlers in LaTeX-mode-hook 2020-06-11 01:18:47 +02:00
+misc [helm] Provide fuzzy matching for Helm-M-x 2020-05-11 12:36:56 +02:00
+music documentation formatting: Wed Mar 4 23:06:28 UTC 2020 2020-03-05 12:23:36 +02:00
+os Fix filenames in layer file headers 2020-02-20 00:07:30 +01:00
+pair-programming/floobits Switch to the new layers generator 2019-05-15 21:08:21 +03:00
+readers [pdf] Add pdf-mode keybindings to scroll through history 2020-04-21 20:50:21 +02:00
+source-control [source-control] Add Git Blame Transient State 2020-06-07 18:09:18 +02:00
+spacemacs [org] replace org-bullets with org-superstar 2020-06-07 18:18:21 +02:00
+tags documentation formatting: Wed Jun 10 22:15:04 UTC 2020 2020-06-11 00:56:53 +02:00
+themes [themes] add highly accessible themes - modus-{operandi, vivendi} 2020-03-12 21:25:44 +01:00
+tools [CFEngine] Make mustache-mode auto-mode-alist binding during init 2020-06-07 19:32:15 +02:00
+vim Fix filenames in layer file headers 2020-02-20 00:07:30 +01:00
+web-services [wakatime] Make doc clearly state not to store your api key in the layer config 2020-05-08 23:58:28 +02:00
auto-layer.el Add lazy-install to automatically install dart layer 2019-04-12 18:00:00 +02:00
LAYERS.org documentation formatting: Wed Jun 10 22:15:04 UTC 2020 2020-06-11 00:56:53 +02:00