home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 9172fc8ad75fae96ed4689e4f2d419c77d4cc5f9
parent daf172789182e6019e60e82ebc248ff7e639a72b
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Sat,  9 May 2020 22:45:38 +0200

Update some tasks and files

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mdocs/emacs.org | 10+++++-----
Mtasks.org | 8++++++--
2 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/docs/emacs.org b/docs/emacs.org @@ -13,8 +13,8 @@ :CUSTOM_ID: h:9e025e71-b8c5-4cd3-88cc-c81f1e026d13 :END: -+ HTML version :: [[https://vincent.demeester.fr/configurations/emacs.html][vincent.demeester.fr/configurations/emacs.html]] -+ Git repo :: [[https://gitlab.com/vdemeester/home/-/tree/master/tools/emacs][https://gitlab.com/vdemeester/home/-/tree/master/tools/emacs]] +- HTML version :: [[https://vincent.demeester.fr/configurations/emacs.html][vincent.demeester.fr/configurations/emacs.html]] +- Git repo :: [[https://gitlab.com/vdemeester/home/-/tree/master/tools/emacs][https://gitlab.com/vdemeester/home/-/tree/master/tools/emacs]] ** What is this :PROPERTIES: @@ -365,19 +365,19 @@ Now, in order to load ~lisp~ and ~config~ files, it's just a matter of calling this function with the right argument. -#+INCLUDE: "../tools/emacs/init.el" src emacs-lisp :range-begin "CfgLoad" :range-end "-CfgLoad" :lines "190-193" +#+INCLUDE: "../tools/emacs/init.el" src emacs-lisp :range-begin "CfgLoad" :range-end "-CfgLoad" :lines "190-195" Finally, I want to be able to load files for a specific machine, in case I need it (not entirely sure why yet but…) -#+INCLUDE: "../tools/emacs/init.el" src emacs-lisp :range-begin "CfgHostLoad" :range-end "-CfgHostLoad" :lines "196-198" +#+INCLUDE: "../tools/emacs/init.el" src emacs-lisp :range-begin "CfgHostLoad" :range-end "-CfgHostLoad" :lines "198-200" *** Counting the time of loading :PROPERTIES: :CUSTOM_ID: h:2b645e95-6776-4f5b-a318-e5a915943881 :END: -#+INCLUDE: "../tools/emacs/init.el" src emacs-lisp :range-begin "LastInit" :range-end "-LastInit" :lines "201-212" +#+INCLUDE: "../tools/emacs/init.el" src emacs-lisp :range-begin "LastInit" :range-end "-LastInit" :lines "203-214" ** ~PATH~'s customization :PROPERTIES: diff --git a/tasks.org b/tasks.org @@ -269,7 +269,11 @@ To run the install script from a NixOS livecd, =nix-shell= can be used, same in bootstrap as soon as we have installed nix. -* TODO [#A] Add =.githooks= support +* DONE [#A] Add =.githooks= support +CLOSED: [2020-05-09 Sat 15:08] +:LOGBOOK: +- State "DONE" from "TODO" [2020-05-09 Sat 15:08] +:END: * TODO virtualization.buildkit options @@ -295,7 +299,7 @@ - Run the configuration against multiple channels (?) * TODO =private= folder for nix (instead of =assets=) -* TODO [#A] =ci.nix= build on multiple channels +* TODO [#B] =ci.nix= build on multiple channels :PROPERTIES: :CREATED:[2020-05-05 Tue 12:45] :END: