minor fixes
[dot-emacs] / init.el
diff --git a/init.el b/init.el
index e1aa35291c32461d7619a608c313632eb35d50de..551249a3ba42f3b7a896dff2f1943f51cb568ecd 100644 (file)
--- a/init.el
+++ b/init.el
 
 ;; stop from minimizing & freezing the gui
 
-;; Added by Package.el.  This must come before configurations of
-;; installed packages.  Don't delete this line.  If you don't want it,
-;; just comment it out by adding a semicolon to the start of the line.
-;; You may delete these explanatory comments.
-(package-initialize)
-
+;; used to freeze emacs and was really annoying,
+;; seems its changed now. no harm in keeping this though.
 (global-unset-key (kbd "C-z"))
 
 ;; these need to be done before the hook in order to satisfy the byte compiler
@@ -54,7 +50,6 @@
 (require 'bbdb-loaddefs "~/.emacs.d/src/bbdb/lisp/bbdb-loaddefs.el")
 (setq bbdb-print-tex-path "~/.emacs.d/src/bbdb/tex")
 
-(toggle-debug-on-error)
 ;;(add-hook 'server-visit-hook 'raise-frame)