From cb3a6503587f801dccc74bfacee8b6c609fd4af9 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 13 Feb 2022 21:57:37 +0100 Subject: [PATCH 1/4] Changed pdf-tools source link to vedangs version --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 2ec1f17..fc7017e 100644 --- a/config.org +++ b/config.org @@ -764,7 +764,7 @@ Source: [[https://github.com/joaotavora/yasnippet][GitHub: joaotavora/yasnippet] An advanced Emacs support library for PDF files. -Source: [[https://github.com/politza/pdf-tools][GitHub: politza/pdf-tools]] +Source: [[https://github.com/vedang/pdf-tools][GitHub: vedang/pdf-tools]] #+begin_src emacs-lisp (use-package pdf-tools From f4f38f1615b08af86ede9a51f7a2176be25f24a3 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 13 Feb 2022 21:57:56 +0100 Subject: [PATCH 2/4] Add org-appear package --- config.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config.org b/config.org index fc7017e..db670ba 100644 --- a/config.org +++ b/config.org @@ -895,6 +895,18 @@ When using a variable-pitch font this also applies to stuff like code blocks. Th :hook (org-mode . org-superstar-mode))) #+end_src +** Org Appear Mode + +Toggle visibility of hidden Org mode element parts upon entering and leaving an element. + +- Source :: [[https://github.com/awth13/org-appear][GitHub: awth13/org-appear]] +- Blog Post :: [[https://mmk2410.org/2022/02/05/my-emacs-package-of-the-week-org-appear/][My Emacs package of the week: org-appear]] + +#+begin_src emacs-lisp +(use-package org-appear + :after org) +#+end_src + ** LaTeX-related settings Add =scratcl= KOMA-Script class as available LaTeX class. From c902de9d4cec2fb9a4b602a50ef996895b27bb89 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 13 Feb 2022 21:58:14 +0100 Subject: [PATCH 3/4] Fixed typo --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index db670ba..c7417bd 100644 --- a/config.org +++ b/config.org @@ -1198,7 +1198,7 @@ Enable =flyspell-mode= and disable line numbers in org-agenda. ** Org Journal -Until now I did not thing that I needed to keep a (personal) journal. But since I is recommended to keep a journal of whom you met due to the corona pandemic I started thinking about setting up one. Further use cases came then to my mind and so I decided to give it a try. Therefore the configuration is still in a very early state and may change quite soon. +Until now I did not think that I needed to keep a (personal) journal. But since I is recommended to keep a journal of whom you met due to the corona pandemic I started thinking about setting up one. Further use cases came then to my mind and so I decided to give it a try. Therefore the configuration is still in a very early state and may change quite soon. #+begin_src emacs-lisp (use-package org-journal From 659caa7d36b99c5ffdc1e6331ff56a1e42306dd4 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sun, 13 Feb 2022 21:58:21 +0100 Subject: [PATCH 4/4] Enabled org-roam-ui since it is now available on MELPA --- config.org | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config.org b/config.org index c7417bd..89028e7 100644 --- a/config.org +++ b/config.org @@ -1331,12 +1331,10 @@ Source: [[https://github.com/org-roam/org-roam-ui][GitHub: org-roam/org-roam-ui] #+begin_src emacs-lisp (use-package websocket - :disabled t :after org-roam) (use-package org-roam-ui - :disabled t - :after org-roam + :after (org-roam websocket) :config (setq org-roam-ui-sync-theme t org-roam-ui-follow t