syl20bnr/spacemacs

Lsp layer changes latex keybindings

Open

#16,390 opened on May 6, 2024

View on GitHub
 (7 comments) (1 reaction) (1 assignee)Emacs Lisp (4,381 forks)batch import
Help wanted

Repository metrics

Stars
 (17,754 stars)
PR merge metrics
 (Avg merge 15h 2m) (9 merged PRs in 30d)

Description

Description :octocat:

Lsp layer changes keybindings in latex mode

Reproduction guide :beetle:

  • Start Emacs with lsp and latex layers enabled
  • Open a .tex file

The issue goes away when disabling lsp layer

Observed behaviour: :eyes: :broken_heart: Some keybindings are not present, such as SPC m b

Expected behaviour: :heart: :smile: keybindings should not be modified

System Info :computer:

  • OS: gnu/linux
  • Emacs: 29.3
  • Spacemacs: 0.999.0
  • Spacemacs branch: develop (rev. a58a7d79b)
  • Graphic display: nil
  • Running in daemon: t
  • Distribution: spacemacs
  • Editing style: vim
  • Completion: helm
  • Layers:
((latex :variables latex-enable-auto-fill t latex-enable-folding t))
  • System configuration features: ACL CAIRO DBUS FREETYPE GIF GLIB GMP GNUTLS GPM GSETTINGS HARFBUZZ JPEG JSON LCMS2 LIBOTF LIBSYSTEMD LIBXML2 M17N_FLT MODULES NOTIFY INOTIFY PDUMPER PNG RSVG SECCOMP SOUND SQLITE3 THREADS TIFF TOOLKIT_SCROLL_BARS TREE_SITTER WEBP X11 XDBE XIM XINPUT2 XPM GTK3 ZLIB

Backtrace :paw_prints:

<<BACKTRACE IF RELEVANT>>

Contributor guide