Skip to content

Instantly share code, notes, and snippets.

@mullr
Created August 1, 2018 15:54
Show Gist options
  • Save mullr/27828489787d08e047e4078512505daa to your computer and use it in GitHub Desktop.
Save mullr/27828489787d08e047e4078512505daa to your computer and use it in GitHub Desktop.
(defun custom/toggle-notes ()
(interactive)
(if (string= "notes.org" (buffer-name (current-buffer)))
(spacemacs/alternate-buffer)
(find-file "~/Dropbox/notes/notes.org")))
(global-set-key [f12] #'custom/toggle-notes )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment