Update init

This commit is contained in:
Marcus Kammer 2019-07-09 18:40:21 +02:00
parent 3535d81ee1
commit 81a54be4e8

View file

@ -35,6 +35,7 @@
'(custom-safe-themes
(quote
("4515feff287a98863b7b7f762197a78a7c2bfb6ec93879e7284dff184419268c" default)))
'(delete-selection-mode nil)
'(diary-file "~/Documents/Diary/diary")
'(display-time-world-list
(quote
@ -46,6 +47,7 @@
("Asia/Tokyo" "Tokyo"))))
'(fill-column 72)
'(font-lock-maximum-decoration t)
'(global-display-line-numbers-mode t)
'(global-font-lock-mode t)
'(global-hl-line-mode t)
'(indent-tabs-mode nil)
@ -65,7 +67,6 @@
("Ubuntu" "https://blog.ubuntu.com/feed")
("Python PEP" "https://www.python.org/dev/peps/peps.rss/")
("openSuse News" "https://news.opensuse.org/feed"))))
'(org-agenda-files (quote ("~/Documents/Journal")))
'(org-default-notes-file "~/Documents/Journal/notes.org")
'(package-enable-at-startup t)
@ -82,7 +83,7 @@
;; If there is more than one, they won't work right.
)
(when (display-graphic-p)
(add-to-list 'default-frame-alist '(font . "Hack-10")))
(add-to-list 'default-frame-alist '(font . "Hack-11")))
;; set modes
(line-number-mode -1)
(column-number-mode -1)