Albert

Posts tagged with ‘emacs’ (4)

How to create an anki deck using org-mode

Install anki Login Install the add-on on anki (https://ankiweb.net/shared/info/2055492159) Ctrl + Shift + A Click: Get Add-ons Paste the code: 2055492159 Restart Anki On org-mode M-x anki-editor-mode Go to the org-mode file that has the deck you want to create M-x anki-editor-push-notes Publish See also: https://rgoswami.me/posts/anki-decks-orgmode/

How to use magit

confidence
certain/highly likely/likely/possible/unlikely/highly unlikely/remote/impossible
importance
910

Merge and conflict resolution

  1. Merge with SPC g m and select the patch branch you want to merge
  2. Use SPC g r to call smerge transient state and use n and o accordingly if you want to …