tanghai hace 13 años
padre
commit
2c1dd1cd35
Se han modificado 1 ficheros con 13 adiciones y 0 borrados
  1. 13 0
      Config/.emacs

+ 13 - 0
Config/.emacs

@@ -0,0 +1,13 @@
+(add-to-list 'load-path "~/.emacs.d/el-get/el-get")
+
+(unless (require 'el-get nil t)
+  (url-retrieve
+   "https://raw.github.com/dimitri/el-get/master/el-get-install.el"
+   (lambda (s)
+     (goto-char (point-max))
+     (eval-print-last-sexp))))
+
+(el-get 'sync)
+
+(setq make-backup-files nil)
+(global-set-key [f5] 'revert-buffer)