Compare commits
2 commits
7f31f7ef74
...
812b4aa9fe
Author | SHA1 | Date | |
---|---|---|---|
Antoine Martin | 812b4aa9fe | ||
Antoine Martin | 1987370791 |
29
config.org
29
config.org
|
@ -22,8 +22,6 @@
|
|||
- [[#org-mode][Org mode]]
|
||||
- [[#directory][Directory]]
|
||||
- [[#appearance][Appearance]]
|
||||
- [[#disable-fancy-stars][Disable fancy stars]]
|
||||
- [[#dont-hide-leading-stars][Don't hide leading stars]]
|
||||
- [[#fancier-ellipsis-indicator][Fancier ellipsis indicator]]
|
||||
- [[#agenda-setup][Agenda setup]]
|
||||
- [[#default-task-keywords][Default task keywords]]
|
||||
|
@ -31,7 +29,6 @@
|
|||
- [[#main-agenda-view][Main agenda view]]
|
||||
- [[#habits][Habits]]
|
||||
- [[#save-all-org-buffers-shortcut][Save all org buffers shortcut]]
|
||||
- [[#org-ids][Org IDs]]
|
||||
- [[#roam][Roam]]
|
||||
- [[#roam-directory][Roam Directory]]
|
||||
- [[#graph-browser][Graph browser]]
|
||||
|
@ -261,23 +258,6 @@ Set a default directory for all my org-mode files.
|
|||
|
||||
** Appearance
|
||||
|
||||
*** Disable fancy stars
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(remove-hook 'org-mode-hook #'org-superstar-mode)
|
||||
#+END_SRC
|
||||
|
||||
*** Don't hide leading stars
|
||||
|
||||
Currently doesn't work due to [[https://github.com/hlissner/doom-emacs/issues/3076][hlissner/doom-emacs#3076]]
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(after! org
|
||||
(setq org-hide-leading-stars nil
|
||||
org-startup-indented nil
|
||||
org-adapt-indentation nil))
|
||||
#+END_SRC
|
||||
|
||||
*** Fancier ellipsis indicator
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
|
@ -433,15 +413,6 @@ By default bound to =C-x C-s=, rebind it to =SPC m s= in =org-agenda-mode= :
|
|||
"s" #'org-save-all-org-buffers)
|
||||
#+END_SRC
|
||||
|
||||
** Org IDs
|
||||
|
||||
Org can link to entries using UUIDs, but we need the module to be loaded for
|
||||
links to work:
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(add-to-list 'org-modules 'org-id)
|
||||
#+END_SRC
|
||||
|
||||
** Roam
|
||||
|
||||
Setup for [[https://github.com/jethrokuan/org-roam][org-roam]].
|
||||
|
|
Loading…
Reference in a new issue