Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.1 KB

in_case_i_forget_how_to_use_emacs.md

File metadata and controls

29 lines (24 loc) · 1.1 KB

Some useful emacs keybindings and workflows

My Emacs install and doom setup

My SICP exercises setup

  • Alt-x eww-mode for browser mode
  • Alt-X eww and type in SICP URL
  • Alt-X scheme-mode to enable syntax highlighting in the SICP textbook.
  • Space W v for new window in vertical split
  • Space . and open exercise files

Navigating Windows

  • Space W s for horizontal split
  • Space W
    • j to move to window below current
    • k for window up
    • h for left window
    • l for right window (confusing right?)
    • All above letters in capital (e.g Space W J)move the current window to desired position

Executing a Scheme program

  • make sure (scheme +mit) is uncommented in lang section in ~/.doom.d/init.el
  • Alt X run-scheme to get scheme repl in new buffer
  • Ctrl c Ctrl l and then type in file path