emacs.el
author Fabien Ninoles <fabien@tzone.org>
Sat, 03 Jan 2015 11:21:36 -0500
changeset 9 56e80afa3e1c
parent 1 a234a7579958
permissions -rw-r--r--
Only start sloppy timer on a mouse_enter. This avoid a bug when the focus is stolen by another window.

(setq last-nonmenu-event nil)
(setenv "LANG" "C")
(setenv "LC_ALL" "C")
(setq load-path
      (cons "~/.lisp" load-path))
(require 'my-init)
;(my-planner-replan)
(server-start)
;(add-to-list 'vc-handled-backends 'SVK)
; (iconify-frame)