Switched from edge to chrome; added dailies yesterday capture hotkey
This commit is contained in:
parent
f96514ed92
commit
f37d6a4ca6
@ -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.
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
dconf
|
dconf
|
||||||
discord
|
discord
|
||||||
pavucontrol
|
pavucontrol
|
||||||
microsoft-edge
|
google-chrome
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
bitwarden
|
bitwarden
|
||||||
];
|
];
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
"coreutils"
|
"coreutils"
|
||||||
];
|
];
|
||||||
casks = [
|
casks = [
|
||||||
"microsoft-edge"
|
"google-chrome"
|
||||||
"scroll-reverser"
|
"scroll-reverser"
|
||||||
"instantview"
|
"instantview"
|
||||||
"bitwarden"
|
"bitwarden"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user