Compare commits

..

No commits in common. "08c152d1f782a0aabf6f55a921f99e63122cfab2" and "c4c80945e83ba528d565cf941a30dd2db5bd9bff" have entirely different histories.

3 changed files with 3 additions and 38 deletions

View File

@ -3,6 +3,6 @@
configuration {
show-icons: true;
sidebar-mode: false;
modi: "ssh,drun,combi";
modi: "window,ssh,drun,combi";
}
@theme "nord"

View File

@ -24,7 +24,7 @@ set $down t
set $up s
set $right r
set $term kitty
set $menu "rofi -combi-modi drun -show combi"
set $menu "rofi -combi-modi drun,window -show combi"
output eDP-1 {
mode 1920x1080@120Hz

View File

@ -5643,40 +5643,6 @@ The project is then defined like so:
"config-website-static"))
#+END_SRC
*** Org-roam
:PROPERTIES:
:CUSTOM_ID: PackagesConfigurationOrgmodeOrgroam-npv0lco01vj0
:END:
After hearing about it for so many years and thinking I really should
install it one day, 2023 is finally the year I installed org-roam! For
those unaware of it, org-roam is a Zettelkasten-style knowledge
management system based on org-mode.
#+begin_src emacs-lisp
(use-package org-roam
:straight (:build t)
:defer t
:config
(setq org-roam-directory (expand-file-name "org/roam/" (getenv "HOME")))
:general
(phundrak/leader-key
:packages '(org org-roam)
:infix "o"
"r" '(:ignore t :which-key "roam")
"rb" '(org-mark-ring-goto :which-key "back")
"rn" '(:ignore t :which-key "nodes")
"rnf" #'org-roam-node-find
"rni" #'org-roam-node-insert
"rno" #'org-roam-node-open
"rnr" #'org-roam-node-random
"rnv" #'org-roam-node-visit
"rs" '(:ignore t :which-key "sync")
"rsa" #'org-roam-db-autosync-mode
"rsc" #'org-roam-db-clear-all
"rsd" #'org-roam-db-diagnose-node
"rss" #'org-roam-db-sync))
#+end_src
*** Org-ref and Bibtex configuration
:PROPERTIES:
:CUSTOM_ID: Packages-Configuration-Org-mode-org-ref-1h586cd085j0
@ -8900,8 +8866,7 @@ Why would I ever use any of these keybinds? They are prefixed with ~q~.
Advise ~evil-insert~ to go to the end of the buffer while in
~eshell-mode~.
** DONE Get started with org-roam
CLOSED: [2023-06-17 Sat 13:38]
** TODO Get started with org-roam
:PROPERTIES:
:CUSTOM_ID: TODOs-Get-started-with-org-roam-6w2jh671kij0
:END: