Skip to content

Instantly share code, notes, and snippets.

View Ironjanowar's full-sized avatar
💜

César Guzmán Ironjanowar

💜
  • FCM Travel
  • Madrid, Spain
  • 04:38 (UTC +01:00)
View GitHub Profile
@Ironjanowar
Ironjanowar / bufs.el
Created January 19, 2018 11:30 — forked from prathik/bufs.el
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")))