Update init file

This commit is contained in:
Marcus Kammer 2019-08-11 20:32:07 +02:00
parent 46db3d5315
commit 38cfebfa36

View file

@ -1,7 +1,7 @@
;; -*- coding: utf-8 -*- ;; -*- coding: utf-8 -*-
;; (add-to-list 'custom-theme-load-path (expand-file-name "~/.emacs.d/bundle/nord-theme/")) ;; (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")) (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 ;; Added by Package.el. This must come before configurations of
;; installed packages. Don't delete this line. If you don't want it, ;; 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. ;; 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-enabled-themes (quote (nord)))
'(custom-safe-themes '(custom-safe-themes
(quote (quote
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default))) ("82358261c32ebedfee2ca0f87299f74008a2e5ba5c502bde7aaa15db20ee3731" "4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
'(delete-selection-mode t) '(delete-selection-mode t)
'(diary-file "~/Documents/Diary/diary") '(diary-file "~/Documents/Diary/diary")
'(display-battery-mode nil) '(display-battery-mode nil)