From f7f642d4ef73a5656d36d38155a968026ead269e Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Tue, 31 Mar 2020 10:11:13 +0200 Subject: [PATCH 1/2] Add json-hook to my-hooks --- bundle/hooks.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/hooks.el b/bundle/hooks.el index 6f7076c1..eae7f56c 100644 --- a/bundle/hooks.el +++ b/bundle/hooks.el @@ -13,7 +13,7 @@ ;; (add-hook 'newsticker-plainview-hooks (lambda () (display-line-numbers-mode -1))) ;; (add-hook 'python-mode-hook (lambda () (display-line-numbers-mode 1))) -(setq my-hooks '(python-mode-hook emacs-lisp-mode-hook)) +(setq my-hooks '(python-mode-hook emacs-lisp-mode-hook json-mode-hook)) (while my-hooks (add-hook (car my-hooks) (lambda () (display-line-numbers-mode 1))) From 729f1b93279961a92316eb21495bbc7d04a2aa9c Mon Sep 17 00:00:00 2001 From: Marcus Kammer <2262664-marcuskammer@user.noreply.gitlab.com> Date: Tue, 31 Mar 2020 18:36:11 +0200 Subject: [PATCH 2/2] Update settings --- bundle/custom.el | 2 +- bundle/org-mode-settings.el | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/custom.el b/bundle/custom.el index 05a27f48..dd9b20c3 100644 --- a/bundle/custom.el +++ b/bundle/custom.el @@ -62,7 +62,7 @@ '(nord-comment-brightness 15) '(nord-region-highlight "snowstorm") '(nord-uniform-mode-lines t) - '(olivetti-body-width 89) + '(olivetti-body-width 90) '(org-modules (quote (ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m))) diff --git a/bundle/org-mode-settings.el b/bundle/org-mode-settings.el index 333eeab8..f586830a 100644 --- a/bundle/org-mode-settings.el +++ b/bundle/org-mode-settings.el @@ -25,7 +25,7 @@ org-babel-python-command "python3" org-todo-keywords (quote ((sequence "TODO" "FEEDBACK" "VERIFY" "|" "DONE" "DELEGATED")))) -(setq org-use-property-inheritance t) +(setq org-use-property-inheritance nil) (org-clock-persistence-insinuate) (org-display-inline-images)