Switched from edge to chrome; added dailies yesterday capture hotkey

This commit is contained in:
Random936 2024-06-06 12:09:29 -07:00
parent f96514ed92
commit f37d6a4ca6
3 changed files with 3 additions and 2 deletions

View File

@ -258,6 +258,7 @@ Below is the main config for org-roam.
;; Dailies ;; Dailies
("C-c n t" . org-roam-dailies-capture-today) ("C-c n t" . org-roam-dailies-capture-today)
("C-c n y" . org-roam-dailies-capture-yesterday)
("C-c n k" . org-roam-dailies-capture-tomorrow)) ("C-c n k" . org-roam-dailies-capture-tomorrow))
:config :config
;; Config for org-roam capture templates. ;; Config for org-roam capture templates.

View File

@ -16,7 +16,7 @@
dconf dconf
discord discord
pavucontrol pavucontrol
microsoft-edge google-chrome
nextcloud-client nextcloud-client
bitwarden bitwarden
]; ];

View File

@ -17,7 +17,7 @@
"coreutils" "coreutils"
]; ];
casks = [ casks = [
"microsoft-edge" "google-chrome"
"scroll-reverser" "scroll-reverser"
"instantview" "instantview"
"bitwarden" "bitwarden"