spacemacs
spacemacs copied to clipboard
Visiting a file using SPC-f-f requires following it up with SPC-TAB
Description :octocat:
trying visiting a file using helm (the key binding SPc-f-f
) sometimes has a strange behaviour. Sometimes it shows the following message
Auto-evilification could not remap these functions in map ‘pdf-view-mode-map’:
- ‘pdf-view-jump-to-register’ originally mapped on ‘’’
error in evil-define-key: Key sequence ' ' starts with non-prefix key '
Auto-evilification could not remap these functions in map ‘pdf-occur-buffer-mode-map’:
- ‘tablist-revert’ originally mapped on ‘G’
then opens the file but does not display it. I have to hit SPC-TAB
to bring it to the current window!
Reproduction guide :beetle:
- Start Emacs
- <<REPRODUCTION STEPS>>
Observed behaviour: :eyes: :broken_heart: <<DESCRIPTION OF THE OBSERVED BEHAVIOUR>>
Expected behaviour: :heart: :smile: <<DESCRIPTION OF THE EXPECTED BEHAVIOUR>>
System Info :computer:
- OS: gnu/linux
- Emacs: 28.1
- Spacemacs: 0.999.0
- Spacemacs branch: nil (rev. e75e925e3)
- Graphic display: t
- Running in daemon: nil
- Distribution: spacemacs
- Editing style: vim
- Completion: helm
- Layers:
(pandoc csv dap c-c++ php systemd
(latex :variables latex-build-command "LatexMk" latex-enable-auto-fill t latex-backend 'lsp latex-build-engine 'luatex latex-view-pdf-in-split-window t latex-enable-magic t latex-refresh-preview t latex-enable-folding t)
(bibtex :variables bibtex-enable-ebib-support t ebib-preload-bib-files
'("~/MyDocuments/Phd/texmf/bibtex/bib/base/publications.bib" "~/MyDocuments/Phd/texmf/bibtex/bib/base/booksIhave.bib")
ebib-file-search-dirs
'("~/MyDocuments/Phd/PDF/")
ebib-import-directory
'("~/Downloads/"))
lua
(html :variable css-enable-lsp t less-enable-lsp t scss-enable-lsp t html-enable-lsp t web-fmt-tool 'web-beautify html-enable-leex-support t)
web-beautify prettier gnus
(git :variables git-enable-magit-gitflow-plugin t git-enable-magit-svn-plugin t)
(yaml :variables yaml-enable-lsp t)
(python :variables python-format-on-save t python-formatter 'yapf python-fill-column 99 python-backend 'lsp python-lsp-server 'pyright)
(auto-completion :variables auto-completion-enable-help-tooltip t)
better-defaults emacs-lisp
(helm :variables helm-enable-auto-resize t helm-no-header t)
(lsp :variables lsp-lens-enable t)
(markdown :variables markdown-live-preview-engine 'vmd)
(chrome :variables)
multiple-cursors
(org :variables org-enable-org-contacts-support t org-contacts-files
'("~/.emacs.d.loadpath/Contacts-Imported.org")
org-capture-templates
'(("c" "Contacts" entry
(file "~/Contacts-Imported.org")
"* %(org-contacts-template-name))\n:PROPERTIES:\n:EMAIL: %(org-contacts-template-email)\n:END:")))
(pdf :variables pdf-view-display-size 'fit-page)
(shell :variables shell-default-shell 'eshell shell-default-height 30 shell-default-position 'bottom)
(spell-checking :variables spell-checking-enable-auto-dictionary t)
syntax-checking
(treemacs :variables treemacs-use-follow-mode t treemacs-use-filewatch-mode 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 THREADS TIFF TOOLKIT_SCROLL_BARS X11 XDBE XIM XPM GTK3 ZLIB
Backtrace :paw_prints:
<<BACKTRACE IF RELEVANT>>