Skip to content

Instantly share code, notes, and snippets.

@mrvdb
Created October 31, 2013 09:32
Show Gist options
  • Save mrvdb/7246874 to your computer and use it in GitHub Desktop.
Save mrvdb/7246874 to your computer and use it in GitHub Desktop.
(setq-default major-mode (lambda ()
(if buffer-file-name
(fundamental-mode)
(let ((buffer-file-name (buffer-name)))
(set-auto-mode)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment