brew install emacs
- Follow doom installation guide
- launch from terminal with
$ emacs
- I am on Fedora btw
Alt-x eww-mode
for browser modeAlt-X eww
and type in SICP URLAlt-X scheme-mode
to enable syntax highlighting in the SICP textbook.Space W v
for new window in vertical splitSpace .
and open exercise files
Space W s
for horizontal splitSpace W
j
to move to window below currentk
for window uph
for left windowl
for right window (confusing right?)- All above letters in capital (e.g
Space W J
)move the current window to desired position
- make sure
(scheme +mit)
is uncommented in lang section in ~/.doom.d/init.el Alt X run-scheme
to get scheme repl in new bufferCtrl c Ctrl l
and then type in file path