| @@ -1002,9 +1002,7 @@ foreach my $input (@ARGV){ | |||||
| } | } | ||||
| #+END_SRC | #+END_SRC | ||||
| * ~/bin/nix-update | |||||
| FIXME: still needed? | |||||
| * TODO ~/bin/nix-update still worth keeping? | |||||
| More for nix on macos, but just merges NixOS/nipkgs origin/master to the current branch in a tmux window and watches it. | More for nix on macos, but just merges NixOS/nipkgs origin/master to the current branch in a tmux window and watches it. | ||||
| @@ -264,7 +264,8 @@ If I selected text, delete the selection, I probably meant it emacs. | |||||
| *** we aren't banging rocks together anymore emacs | *** we aren't banging rocks together anymore emacs | ||||
| Double spacing after a line isn't needed. We aren't animals emacs, we have computers. | |||||
| Double spacing after a line isn't needed. We aren't animals emacs, we have | |||||
| computers. | |||||
| #+BEGIN_SRC emacs-lisp | #+BEGIN_SRC emacs-lisp | ||||
| (set-default 'sentence-end-double-space nil) | (set-default 'sentence-end-double-space nil) | ||||
| @@ -672,7 +673,7 @@ Highlight matching ()'s []'s etc... | |||||
| ) | ) | ||||
| #+END_SRC | #+END_SRC | ||||
| *** org-mode | |||||
| *** TODO org-mode | |||||
| Org-mode keybindings and settings, pretty sparse really. | Org-mode keybindings and settings, pretty sparse really. | ||||
| @@ -726,7 +727,7 @@ Org-mode keybindings and settings, pretty sparse really. | |||||
| #+BEGIN_SRC emacs-lisp | #+BEGIN_SRC emacs-lisp | ||||
| (use-package org-roam | (use-package org-roam | ||||
| :after org-plus-contrib | |||||
| :after org | |||||
| :defer t | :defer t | ||||
| :hook | :hook | ||||
| (after-init . org-roam-mode) | (after-init . org-roam-mode) | ||||
| @@ -257,9 +257,9 @@ Language specific | |||||
| | haskell | [[file:haskell.org][haskell.org]] | | | haskell | [[file:haskell.org][haskell.org]] | | ||||
| | perl | [[file:perl.org][perl.org]] | | | perl | [[file:perl.org][perl.org]] | | ||||
| * TODO | |||||
| * TODO [2/5] | |||||
| - [X] Figure out some way to make code blocks editable with :tangle, it sucks not being able to edit blocks as they are. | - [X] Figure out some way to make code blocks editable with :tangle, it sucks not being able to edit blocks as they are. | ||||
| - [ ] Need to have some way to autocleanup old generations. Rm works for now so meh. | |||||
| - [X] Need to have some way to autocleanup old generations. Rm works for now so meh. | |||||
| - [ ] Need to add the ability to detect that make is generating a pointless new generation. Aka generation N and generation N-1 are the same, just leave N and don't increment. | - [ ] Need to add the ability to detect that make is generating a pointless new generation. Aka generation N and generation N-1 are the same, just leave N and don't increment. | ||||
| - [ ] Maybe checksum file contents somehow and use that? | - [ ] Maybe checksum file contents somehow and use that? | ||||
| - [ ] More? For now its functional. | - [ ] More? For now its functional. | ||||
| @@ -139,7 +139,7 @@ PREFIX + o = L*o*g pane output to a file. | |||||
| Saved with the iso8601 command for the name. Also change the foreground text to | Saved with the iso8601 command for the name. Also change the foreground text to | ||||
| green so we know we're logging. | green so we know we're logging. | ||||
| # FIXME | |||||
| * TODO Tmux logging key is broken | |||||
| #+BEGIN_SRC conf :tangle no | #+BEGIN_SRC conf :tangle no | ||||
| bind-key o \ | bind-key o \ | ||||