Compare commits

..

No commits in common. "9daced8c68c995dbdb73f4163b6ed7627d507a91" and "92a0d923b47ce76d4541bd7bcd2c0c15b4ff240b" have entirely different histories.

4 changed files with 1 additions and 14 deletions

View File

@ -4,4 +4,3 @@
.mbsyncrc
org/*.org
.config/fish/private.fish
org/roam/*

Binary file not shown.

View File

@ -4719,6 +4719,7 @@ the usage of the ~:ignore:~ tag in org.
*** Agenda
:PROPERTIES:
:header-args:emacs-lisp: :exports code :results silent
:CUSTOM_ID: Packages-Configuration-Org-mode-Agenda8b55fl6184j0
:END:
#+name: org-agenda-files
@ -5688,18 +5689,6 @@ management system based on org-mode.
"rar" #'org-roam-alias-remove))
#+end_src
#+begin_src emacs-lisp
(use-package org-roam-ui
:straight (:build t)
:defer t
: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
*** Org-ref and Bibtex configuration
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Org-mode-org-ref-1h586cd085j0

View File

@ -201,7 +201,6 @@ open in the same directory as the directory I am currently in.
| =t= | select-pane -D | |
| =s= | select-pane -U | |
| =r= | select-pane -R | |
| =f= | resize-pane -Z | |
| =.= | | pane-resize |
#+begin_src tmux