abo-abo / pamparam

Simple and fast flashcards for Emacs
229 stars 16 forks source link

How do I "call" pamparam-sync - emacs newbie #33

Closed gh4dp closed 3 years ago

gh4dp commented 3 years ago

I downloaded DoomEmacs - pleasant screen. I cloned this and was able to open capitals.org in doom-emacs.

Then got lost on "call" pamparam-sync instruction. I tried C-x first - nothing there. I tried M-x and finding the pamparam but nothing there as well.

Can you please provide the shortcut for this function call ?

gh4dp commented 3 years ago

Solved it! 1> Load the required packages into Doom by editing (vi ~/.doom.d/packages.el) - add following four lines to: (package! worf) (package! lispy) (package! hydra) (package! ivy)

Save the file and quit.

2> Run ~/doom.d/bin/doom sync This step loads above packages from repo.

3> Start emacs with -l /pamparam.el 4> Open the capitals.org file 5> NOW search for the function with M-x pamparam-sync and rest... all the pamparam packaes are now available.