This commit is contained in:
Andrea Ciceri 2022-01-24 13:56:43 +01:00
parent 12f7135160
commit f1da779cca
No known key found for this signature in database
GPG key ID: AAFD2423608B645B
2 changed files with 3 additions and 4 deletions

View file

@ -36,9 +36,8 @@
(use-package good-scroll
:config (good-scroll-mode 1)
:custom
:bind (([next] #'good-scroll-up-full-screen)
([prior] #'good-scroll-down-full-screen)))
:bind (("<next>" . #'good-scroll-up-full-screen)
("<prior>" . #'good-scroll-down-full-screen)))

View file

@ -4,7 +4,7 @@
(require 'org-protocol)
:custom
(org-startup-folded 'fold)
(org-startup-indented t)
(org-startup-indented nil)
(org-agenda-files '("~/roam/" "~/orgzly~"))
(org-ellipsis "")
(org-pretty-entities t)