Zero-to-Emacs-and-Org-roam
Zero-to-Emacs-and-Org-roam copied to clipboard
Step by step guide from zero to installing and setting up Emacs and Org-roam on Windows 10
Swapping caps and control can be done with the keyboard manager from the official Microsoft project [PowerToys](https://github.com/microsoft/PowerToys). Included is the [KeyboardManager](https://docs.microsoft.com/en-us/windows/powertoys/keyboard-manager) which allows the mapping of CapsLock to Control (among...
Hello! I tried to follow the instructions to install org-roam on Windows. I started with a clean Emacs installation, added Melpa, org, and org-roam. Downloaded the sqlite executables and verified...
Under the heading: https://github.com/nobiot/Zero-to-Emacs-and-Org-roam/blob/main/30.Set-up-Org-roam.md#install-sqlite Below the second image. The second list item: >Set a variable within Emacs is a link to: https://org-roam.github.io/org-roam/manual/Post_002dInstallation-Tasks Clicking on the link, opens a page that...
Hi, the link to the gif in Part 1.4 at the end of the "Set your font" section no longer exists (https://github.com/nobiot/Zero-to-Emacs-and-Org-roam/blob/main/images/2020-06-16_18-16-01.gif)
In your next-to-final step after restarting Emacs > Invoke org-roam-find-file by typing C-c n /, and then press TAB to let Emacs list the titles of your files... I am...
Add mention that F11 activates full-screen on Linux KDE and may work for other window managers as well. Signed-off-by: Stephen Bosch
It seems you can use `chocolatey` to install hunspell easily. ``` PS C:\Windows\system32> choco search hunspell Chocolatey v0.10.15 hunspell.portable 1.7.0 [Approved] Downloads cached for licensed users 1 packages found. PS...
https://github.com/nobiot/Zero-to-Emacs-and-Org-roam/blob/3dce488da1e48164829772fb1747519941716e24/30.setup-org-roam.md?plain=1#L5-L20 In Windows 11, at least, the following worked for me (and feels a little less involved than MSYS2). From admin CMD prompt: 1. `winget install LLVM.LLVM` 1. `set PATH=%PATH%;%PROGRAMFILES%\LLVM\bin`...