sumibi icon indicating copy to clipboard operation
sumibi copied to clipboard

Emacs config

#+TITLE: Sumibi

  • Preview [[https://i.ibb.co/rpSPY8h/emcas.png]]

  • What's this? This is my personal Emacs config based on [[https://github.com/ogdenwebb/snug-emacs][snug-emacs]] and [[https://github.com/rougier/nano-emacs][nano-emacs]].

  • Dependencies You need the Codelia & Fira Code fonts.

    You also need [[https://www.gnu.org/software/emacs/][Emacs]] (Both 27.x and 28.x work.), but that's pretty obvious isn't it?

  • Install Move all the files to an entirely clean ~/.emacs.d

  • Shortcuts

    #+BEGIN_SRC [M-w] Copy [C-y] Paste [C-/] Undo [C-s] Search [M-x] Command [C-g] Cancel [C-x C-c] Quit

    [C-x d] Dired [C-x C-f] Search files [C-x s] Save Buffer [C-x w] Write Buffer [C-x <-] Move between buffers (left) [C-x ->] Move between buffers (right) [C-x 1] Unfocus the other buffers [C-x 2] Split Window below [C-x 3] Split Window Right

    [M-:] Eval

    [C-q] LaTeX toogle panel

    [C-c C-k] Eval buffer (Clojure) #+END_SRC