Replies: 1 comment 4 replies
-
I cannot reproduce your issue, it seems to work correctly for me. Could you provide concrete reproduction steps as well as your system info? For reference, this is the output of System Info 💻
(ivy helm
(compleseus :variables vertico-cycle t embark-confirm-act-all nil embark-quit-after-action
'((kill-buffer . t)
(switch-to-buffer . t)
(switch-to-buffer-other-window . t)
(compleseus-spacemacs-help//layer-action-open-dired . t)
(compleseus-spacemacs-help//layer-action-open-readme-edit . t)
(compleseus-spacemacs-help//layer-action-open-config . t)
(compleseus-spacemacs-help//layer-action-open-packages . t)
(compleseus-spacemacs-help//layer-action-open-funcs . t)
(compleseus-spacemacs-help//layer-action-open-layers . t)
(compleseus-spacemacs-help//layer-action-open-readme . t)
(t)))
spacemacs-completion spacemacs-layouts spacemacs-editing spacemacs-editing-visual
(spacemacs-evil :variables evil-cross-lines t evil-jumps-cross-buffers t)
spacemacs-language spacemacs-misc spacemacs-modeline spacemacs-navigation spacemacs-org spacemacs-project
(spacemacs-visual :packages
(not popwin))
(auto-completion :variables auto-completion-idle-delay 0 auto-completion-minimum-prefix-length 1 auto-completion-return-key-behavior nil auto-completion-tab-key-behavior nil auto-completion-complete-with-key-sequence "jk" auto-completion-complete-with-key-sequence-delay 0.3 auto-completion-enable-snippets-in-popup t auto-completion-enable-sort-by-usage t)
emacs-lisp
(scala :variables sbt:prefer-nested-projects t scala-sbt-window-position 'bottom)
c-c++
(python :variables python-backend 'lsp python-lsp-server 'pyright)
rust javascript org
(latex :variables latex-backend 'company-auctex)
bibtex html yaml markdown csv
(git :variables magit-display-buffer-function 'magit-display-buffer-same-window-except-diff-v1 magit-log-section-commit-count 10)
version-control kubernetes
(shell :variables shell-default-position 'bottom shell-default-shell 'vterm vterm-max-scrollback 100000 spacemacs-vterm-history-file-location "~/.bash_history")
(pdf :packages
(not pdf-view-restore)
:variables pdf-view-use-scaling
(string-equal
(system-name)
"laptopf"))
(lsp :variables lsp-use-workspace-root-for-server-default-directory t lsp-enable-on-type-formatting nil lsp-ui-sideline-enable nil lsp-headerline-breadcrumb-enable nil)
ibuffer neotree evil-better-jumper multiple-cursors helpful syntax-checking spell-checking colors fn-layouts fn-navigation fn-org fn-calendar fn-dired fn-gptel fn-viper fn-popper)
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am not sure how to setup cdlatex in org mode in Spacemacs. Right now I have
(add-hook 'org-mode-hook #'turn-on-org-cdlatex)
under by user config section. Not sure if this is enough because thetab
key is not functioning as expected:I was wondering if there are any conflicts with evil-mode that requires a more specific configuration, say, in the presence of the latex layer.
Would appreciate any pointers.
Cheers.
Beta Was this translation helpful? Give feedback.
All reactions