Empathy117

Results 4 issues of Empathy117

I think the common way in markdown for edit mathematical formulas is using "$", in my editor this the only way to display the mathematical formulas. Like: [latex]\\[e^x -1 =...

**Describe the bug** I try to use this config file in `$HOME/.config/neovide/config.toml` ```toml [font] normal = [] # Will use the bundled Fira Code Nerd Font by default size =...

bug
macos

before I use mwim-end-of-code ``` #+begin_src emacs-lisp (somth[cursor]ing nil) ; this is a comment #+end_src ``` after I use mwim-end-of-code it just go to end of line ``` #+begin_src emacs-lisp...