diff --git a/init.el b/init.el index db9b0ea8..a0243a33 100755 --- a/init.el +++ b/init.el @@ -1,7 +1,7 @@ ;; -*- coding: utf-8 -*- ;; (add-to-list 'custom-theme-load-path (expand-file-name "~/.emacs.d/bundle/nord-theme/")) (add-to-list 'load-path (expand-file-name "~/.emacs.d/bundle")) - +(global-unset-key "\C-z") ;; 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. @@ -40,7 +40,7 @@ There are two things you can do about this warning: '(custom-enabled-themes (quote (nord))) '(custom-safe-themes (quote - ("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default))) + ("82358261c32ebedfee2ca0f87299f74008a2e5ba5c502bde7aaa15db20ee3731" "4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default))) '(delete-selection-mode t) '(diary-file "~/Documents/Diary/diary") '(display-battery-mode nil)