Skip to content

Instantly share code, notes, and snippets.

@clvrobj
Created October 11, 2012 06:49
Show Gist options
  • Save clvrobj/3870644 to your computer and use it in GitHub Desktop.
Save clvrobj/3870644 to your computer and use it in GitHub Desktop.
.emacs
(cond
((= 23 emacs-major-version)
(if (file-exists-p "~/.emacs.d/emacs23.el")
(load-file "~/.emacs.d/emacs23.el")))
((= 24 emacs-major-version)
(if (file-exists-p "~/.emacs.d/emacs24.el")
(load-file "~/.emacs.d/emacs24.el")))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment