Ok_Advisor1053

joined 11 months ago
[–] [email protected] 1 points 9 months ago (1 children)

You can use the helpful library, which puts links to the calc manual in the function documentation, among other things. What you call online documentation is just the package manual.

[–] [email protected] 1 points 10 months ago

The part where I need to type something, but the process is blocked

[–] [email protected] 1 points 10 months ago (3 children)

I memorize flash cards of all the elisp functions and M-x commands.

[–] [email protected] 1 points 10 months ago (2 children)

For professional work, yes, for just goofing off at home, no

[–] [email protected] 1 points 10 months ago (3 children)

Pass. Org mode is already feature creep mess

[–] [email protected] 1 points 10 months ago (5 children)

The nice thing about Emacs is that you can write a function to automate away the repetitive actions.

No idea what a mind map is.

[–] [email protected] 1 points 10 months ago (6 children)

I don't understand keyboards this small. I need fn, number, arrow keys. home, end pg up/down etc are useful too in office software.

I'm sure that you have some special map that activates numbers, but that's a "no thank you" from me, a number key enjoyer..

[–] [email protected] 1 points 10 months ago

I'm losing my mind over emacs as a python IDE.

OK, use another text editor

[–] [email protected] 2 points 10 months ago

No problems on my M1 Pro

[–] [email protected] 1 points 11 months ago

Yeah, this is how I'd do it.

[–] [email protected] 1 points 11 months ago (2 children)

This is how I got it to work

```
(use-package tex
  :demand t                             
  :elpaca (auctex :pre-build (("./autogen.sh")
                              ("./configure"
                               "--with-texmf-dir=$(dirname $(kpsexpand '$TEXMFHOME'))")
                              ("make")))

... rest of your config)
```
[–] [email protected] 1 points 11 months ago

not as hot as Konqi, but pretty nice.

view more: next ›