emacs
This commit is contained in:
parent
12f7135160
commit
f1da779cca
2 changed files with 3 additions and 4 deletions
|
@ -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)))
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue