Compare commits

..

No commits in common. "659caa7d36b99c5ffdc1e6331ff56a1e42306dd4" and "a6393b396badf2a79a4583a95713405a1b5e4504" have entirely different histories.

View file

@ -764,7 +764,7 @@ Source: [[https://github.com/joaotavora/yasnippet][GitHub: joaotavora/yasnippet]
An advanced Emacs support library for PDF files. An advanced Emacs support library for PDF files.
Source: [[https://github.com/vedang/pdf-tools][GitHub: vedang/pdf-tools]] Source: [[https://github.com/politza/pdf-tools][GitHub: politza/pdf-tools]]
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package pdf-tools (use-package pdf-tools
@ -895,18 +895,6 @@ When using a variable-pitch font this also applies to stuff like code blocks. Th
:hook (org-mode . org-superstar-mode))) :hook (org-mode . org-superstar-mode)))
#+end_src #+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 ** LaTeX-related settings
Add =scratcl= KOMA-Script class as available LaTeX class. Add =scratcl= KOMA-Script class as available LaTeX class.
@ -1198,7 +1186,7 @@ Enable =flyspell-mode= and disable line numbers in org-agenda.
** Org Journal ** Org Journal
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. 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.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package org-journal (use-package org-journal
@ -1331,10 +1319,12 @@ Source: [[https://github.com/org-roam/org-roam-ui][GitHub: org-roam/org-roam-ui]
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package websocket (use-package websocket
:disabled t
:after org-roam) :after org-roam)
(use-package org-roam-ui (use-package org-roam-ui
:after (org-roam websocket) :disabled t
:after org-roam
:config :config
(setq org-roam-ui-sync-theme t (setq org-roam-ui-sync-theme t
org-roam-ui-follow t org-roam-ui-follow t