Pfedj

Results 8 comments of Pfedj

I assume that the current time can be used as file names. Here are my changes: https://gist.github.com/Pfedj/83b951f70ee09201535d3c7e8c81eca3 I split the path into directory and filename and added the flag ```'-m'...

Hello, are there any other suggestions? The above proposals did not work for me.

Can't reproduce, because if I try to eval ```(helm :sources (list (helm-bufler-path-source '("Projectile"))))``` I get this error: ``` (void-variable path) ```

I tried replacing `let*` with ```lexical-let```, now there are no candidates in helm. The same thing when I moved the code to ```helm-bufler.el```

The same thing: executed without errors, but there are not any candidates in helm.

It works for me with `*Special*` too, but not with `Projectile`. This is my init.el: ``` (use-package projectile :straight t :config (projectile-mode 1) (setq projectile-completion-system 'helm)) (use-package helm :straight t...

I have this config for `bulfer-group`: ``` (setq bufler-groups (bufler-defgroups (group ;; Subgroup collecting these "special special" buffers ;; separately for convenience. (name-match "**Special**" (rx bos "*" (or "Messages" "Warnings"...

I made call ```dumb-jump-go-prompt``` in a wrong way. I try to call this function for the list from ```helm-M-x```. Now I call it a right way: 1. ```M-x``` ```dumb-jump-go-promt``` 2....