Daniel Kraus
Daniel Kraus
Setting `default-directory` in `transmission-files` and `transmission-info` so I can just start `eshell` (or dired, shell, etc) and I would put directly in the torrent directory.
I use transmission only sometimes on my laptop and don't want to have it running all the time. I would like an option that automatically starts `transmission-daemon` if it can't...
From GNU Emacs 27.1+ incf raises a warning during compilation. Replace with cl-lib.
When point is at the page delimiter, `forward-page` just skips to the end of it. But `code-cells-forward-cell` then "resets" the pointer to the beginning of line which makes it impossible...
It would be great if malli could transform Schemas to Avro. See http://avro.apache.org/docs/current/spec.html
Run `emacs -Q` and load `projectile.el` Eval `(setq-local projectile-project-root "/home/daniel/some/project/AAA")` Now `projectile-find-file` shows files from project AAA but no eval `(setq-local projectile-project-root "/home/daniel/some/project/BBB")` (Or open a new file and eval...
I use the borg package manager and I need to call it's initialize function first thing so it adds all my packages to the load path. Is there a way...
`browse-at-remote` supports `vc-annotate` i.e. I can `C-x v g`, move to some line and I can `browse-at-remote` and it takes me to the commit. Since `vc-region-history` (`C-x v h`) is...
Would be nice if there where an option to download and save all articles so I can browse and view them offline.
I never use `prettier-mode` but always manually call `prettier-js`. This adds an autoload cookie for this command so it's available when the library is not loaded yet.