Skip to content

Instantly share code, notes, and snippets.

View prathik's full-sized avatar

Prathik Rajendran M prathik

View GitHub Profile
@prathik
prathik / bufs.el
Last active June 14, 2019 09:49
Emacs - Switch to new notes buffer
(defun new-scratch-buffer-new-window ()
"Create a new scratch buffer in a
new window. I generally take a lot of notes
in different topics. For each new topic hit
C-c C-s and start taking your notes.
Most of these notes don't need to be
saved but are used like quick post it
notes."
(interactive)
(let (($buf (generate-new-buffer "notes")))