Compare commits
No commits in common. "eb57efa30854ea804771529fe32a5c3f7adbeba2" and "1dac032fe9767668d4c3a3ba2e70cfe25b92f0d0" have entirely different histories.
eb57efa308
...
1dac032fe9
33
config.org
33
config.org
|
@ -35,7 +35,6 @@
|
||||||
- [[#save-all-org-buffers-shortcut][Save all org buffers shortcut]]
|
- [[#save-all-org-buffers-shortcut][Save all org buffers shortcut]]
|
||||||
- [[#roam][Roam]]
|
- [[#roam][Roam]]
|
||||||
- [[#roam-directory][Roam Directory]]
|
- [[#roam-directory][Roam Directory]]
|
||||||
- [[#org-roam-ui][org-roam-ui]]
|
|
||||||
- [[#export-backends][Export backends]]
|
- [[#export-backends][Export backends]]
|
||||||
- [[#doom-specific][Doom specific]]
|
- [[#doom-specific][Doom specific]]
|
||||||
- [[#magit][Magit]]
|
- [[#magit][Magit]]
|
||||||
|
@ -50,8 +49,6 @@
|
||||||
- [[#disable-formatflowed][Disable format=flowed]]
|
- [[#disable-formatflowed][Disable format=flowed]]
|
||||||
- [[#dont-permanently-delete-when-trashing-mails][Don't permanently delete when trashing mails]]
|
- [[#dont-permanently-delete-when-trashing-mails][Don't permanently delete when trashing mails]]
|
||||||
- [[#add-git-apply-path-to-mu4e-actions][Add git-apply-path to mu4e actions]]
|
- [[#add-git-apply-path-to-mu4e-actions][Add git-apply-path to mu4e actions]]
|
||||||
- [[#enable-auto-updates][Enable auto updates]]
|
|
||||||
- [[#ask-which-address-to-send-with-when-composing-a-new-mail][Ask which address to send with when composing a new mail]]
|
|
||||||
|
|
||||||
* Misc
|
* Misc
|
||||||
|
|
||||||
|
@ -440,22 +437,6 @@ First, set a directory where =org-roam= will index things.
|
||||||
(setq org-roam-directory (expand-file-name "notes/" org-directory))
|
(setq org-roam-directory (expand-file-name "notes/" org-directory))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
*** org-roam-ui
|
|
||||||
|
|
||||||
Setup [[https://github.com/org-roam/org-roam-ui][org-roam-ui]]
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(use-package! websocket
|
|
||||||
:after org-roam)
|
|
||||||
|
|
||||||
(use-package! org-roam-ui
|
|
||||||
:after org-roam
|
|
||||||
:config (setq org-roam-ui-sync-theme t
|
|
||||||
org-roam-ui-follow t
|
|
||||||
org-roam-ui-update-on-save t
|
|
||||||
org-roam-ui-open-on-start t))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
** Export backends
|
** Export backends
|
||||||
|
|
||||||
Sometimes I need to export an Org subtree to a file, which is quite easy with
|
Sometimes I need to export an Org subtree to a file, which is quite easy with
|
||||||
|
@ -643,17 +624,3 @@ will have to be adapted soon.
|
||||||
(add-to-list 'mu4e-view-actions
|
(add-to-list 'mu4e-view-actions
|
||||||
'("MboxGitApply" . mu4e-action-git-apply-mbox) t))
|
'("MboxGitApply" . mu4e-action-git-apply-mbox) t))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
** Enable auto updates
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(after! mu4e
|
|
||||||
(setq mu4e-update-interval 900))
|
|
||||||
#+end_src
|
|
||||||
|
|
||||||
** Ask which address to send with when composing a new mail
|
|
||||||
|
|
||||||
#+begin_src emacs-lisp
|
|
||||||
(after! mu4e
|
|
||||||
(setq mu4e-compose-context-policy 'ask))
|
|
||||||
#+end_src
|
|
||||||
|
|
|
@ -59,7 +59,3 @@
|
||||||
(package! magit-delta
|
(package! magit-delta
|
||||||
:recipe (:host github :repo "dandavison/magit-delta")
|
:recipe (:host github :repo "dandavison/magit-delta")
|
||||||
:pin "5fc7dbddcfacfe46d3fd876172ad02a9ab6ac616")
|
:pin "5fc7dbddcfacfe46d3fd876172ad02a9ab6ac616")
|
||||||
|
|
||||||
(package! org-roam-ui
|
|
||||||
:recipe (:host github :repo "org-roam/org-roam-ui")
|
|
||||||
:pin "9474a254390b1e42488a1801fed5826b32a8030b")
|
|
||||||
|
|
Loading…
Reference in a new issue