X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=init.el;h=5596c9b998c60401293416f88b01eaee496aefe0;hb=33a4c3e2a78144d819e52ee67ffca336e51d3b97;hp=e1aa35291c32461d7619a608c313632eb35d50de;hpb=cf90c2f02ed6707ceca1b5b8c8dd89c82b7eea56;p=dot-emacs diff --git a/init.el b/init.el index e1aa352..5596c9b 100644 --- a/init.el +++ b/init.el @@ -32,6 +32,8 @@ ;; 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 +56,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)