Skip to content

Instantly share code, notes, and snippets.

@informationsea
Created January 15, 2013 11:38
Show Gist options
  • Save informationsea/4538024 to your computer and use it in GitHub Desktop.
Save informationsea/4538024 to your computer and use it in GitHub Desktop.
Recommend emacs setting for beginners.
(global-set-key (kbd "<up>") 'suspend-frame)
(global-set-key (kbd "<down>") 'suspend-frame)
(global-set-key (kbd "<left>") 'suspend-frame)
(global-set-key (kbd "<right>") 'suspend-frame)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment