X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=init.el;h=5596c9b998c60401293416f88b01eaee496aefe0;hb=e8ad63ff563c2696fa2c7c90b0c1df77716b92eb;hp=6b279cae0780a9d1c901dfdfe0e7bbf2a8319192;hpb=a5e731477f1535eb05c207de961c3fbf9a1037a8;p=dot-emacs diff --git a/init.el b/init.el index 6b279ca..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