Compare commits
No commits in common. "e9d20e9453f6ffa2bafdc8a13b899afaf3f9cbb1" and "0f94246609c8492245aaf04b74641f154aa89928" have entirely different histories.
e9d20e9453
...
0f94246609
3 changed files with 2 additions and 30 deletions
|
@ -435,8 +435,6 @@
|
||||||
(which-key-mode)
|
(which-key-mode)
|
||||||
(which-key-setup-side-window-right))
|
(which-key-setup-side-window-right))
|
||||||
|
|
||||||
(use-package p-search)
|
|
||||||
|
|
||||||
(use-package magit
|
(use-package magit
|
||||||
:bind (("C-c o g" . magit)))
|
:bind (("C-c o g" . magit)))
|
||||||
|
|
||||||
|
@ -785,12 +783,6 @@ This is meant to be an helper to be called from the window manager."
|
||||||
)
|
)
|
||||||
|
|
||||||
(use-package org-roam
|
(use-package org-roam
|
||||||
:init
|
|
||||||
(require 'org)
|
|
||||||
(require 'org-roam)
|
|
||||||
(require 'org-roam-dailies)
|
|
||||||
(require 'org-protocol)
|
|
||||||
(require 'org-roam-protocol)
|
|
||||||
:custom
|
:custom
|
||||||
(org-roam-v2-ack t)
|
(org-roam-v2-ack t)
|
||||||
(org-roam-directory (file-truename "~/org"))
|
(org-roam-directory (file-truename "~/org"))
|
||||||
|
@ -803,18 +795,10 @@ This is meant to be an helper to be called from the window manager."
|
||||||
("b" "Billable entry" entry
|
("b" "Billable entry" entry
|
||||||
"* TODO ${Entry} :billable:${Client}:\n:PROPERTIES:\n:SPENT: ${Spent}\n:END:\n%?"
|
"* TODO ${Entry} :billable:${Client}:\n:PROPERTIES:\n:SPENT: ${Spent}\n:END:\n%?"
|
||||||
:target (file+head "%<%Y-%m-%d>.org" "#+TITLE: %<%Y-%m-%d>")
|
:target (file+head "%<%Y-%m-%d>.org" "#+TITLE: %<%Y-%m-%d>")
|
||||||
:create-id t)
|
:create-id t))
|
||||||
)
|
|
||||||
)
|
|
||||||
(org-roam-capture-ref-templates
|
|
||||||
'(
|
|
||||||
("r" "Web entry" entry
|
|
||||||
"* ${Title} \n:PROPERTIES:\n:URL: ${ref}\n:END:\n %i"
|
|
||||||
:target (file+head "daily/%<%Y-%m-%d>.org" "#+TITLE: %<%Y-%m-%d>")
|
|
||||||
:create-id t)
|
|
||||||
)
|
|
||||||
)
|
)
|
||||||
:config
|
:config
|
||||||
|
(require 'org-roam-dailies)
|
||||||
(org-roam-db-autosync-mode)
|
(org-roam-db-autosync-mode)
|
||||||
|
|
||||||
;; In order to automatically add an org id for some capture templates (using the :create-id keyword)
|
;; In order to automatically add an org id for some capture templates (using the :create-id keyword)
|
||||||
|
|
|
@ -75,8 +75,6 @@
|
||||||
serviceConfig.restart = "always";
|
serviceConfig.restart = "always";
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.root.hashedPassword = "$y$j9T$mLSUS2hvJdN3s8f9Y3uLE0$sYQtJdn4DuSAZnDkhSsV0WIxNdpuqlH7ODNy1RfuRp4";
|
|
||||||
|
|
||||||
environment.persistence."/persist" = {
|
environment.persistence."/persist" = {
|
||||||
hideMounts = true;
|
hideMounts = true;
|
||||||
directories = [
|
directories = [
|
||||||
|
|
|
@ -34,16 +34,6 @@ let
|
||||||
};
|
};
|
||||||
deps = [ ];
|
deps = [ ];
|
||||||
};
|
};
|
||||||
p-search = buildEmacsPackage {
|
|
||||||
name = "p-search";
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "zkry";
|
|
||||||
repo = "p-search";
|
|
||||||
rev = "3fcf06f862976433642d07d06ec911efc43d0189";
|
|
||||||
hash = "sha256-j4JEV+uHXK5Uf6/7D2AaSMKxBr3t59U+WNZzVsJ+gkc=";
|
|
||||||
};
|
|
||||||
deps = [ elpaPackages.heap ];
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
# *List* containing emacs packages from (M)ELPA
|
# *List* containing emacs packages from (M)ELPA
|
||||||
|
|
Loading…
Add table
Reference in a new issue