commit 0588c769612f31cfeeefc61298d9df8407a49bea
parent ab21e4a63e06ceb73ec3c97b895ea54e65d33915
Author: Vincent Demeester <vincent@sbr.pm>
Date: Fri, 17 Nov 2023 16:29:10 +0100
tools/emacs: update package and capture
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/users/vincent/dev/emacs.nix b/users/vincent/dev/emacs.nix
@@ -4,7 +4,7 @@ with lib;
let
capture = pkgs.writeScriptBin "capture" ''
#!${pkgs.stdenv.shell}
- emacsclient -n -F '((name . "capture") (width . 150) (height . 90))' -e '(org-capture)'
+ emacsclient -n -c -F '((name . "capture") (width . 150) (height . 90))' -e '(org-capture)'
'';
et = pkgs.writeScriptBin "et" ''
#!${pkgs.stdenv.shell}
@@ -109,8 +109,9 @@ let
org-capture-pop-frame
org-contrib
org-journal
+ org-modern
org-ql
- org-super-agenda
+ # org-super-agenda
org-tree-slide
org-web-tools
orgit