Skip to content

Instantly share code, notes, and snippets.

@ramntry
Created October 27, 2014 11:56
Show Gist options
  • Select an option

  • Save ramntry/83a0188891bdb999ce0d to your computer and use it in GitHub Desktop.

Select an option

Save ramntry/83a0188891bdb999ce0d to your computer and use it in GitHub Desktop.
(set-face-attribute 'default nil :height 100)
(when window-system (set-frame-size (selected-frame) 152 57))
(add-to-list 'load-path "~/.emacs.d/evil")
(setq evil-shift-width 2)
(require 'evil)
(evil-mode 1)
(load-file "/home/ramntry/studies/jblab_schools/summer_2014/soft/ProofGeneral-4.2/generic/proof-site.el")
(load-file "/home/ramntry/studies/jblab_schools/summer_2014/soft/ssreflect-1.4/pg-ssr.el")
(setq proof-three-window-mode-policy 'hybrid)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment