Jon Rostran
Jon Rostran
I've been using `project-el` as the backend for the projects section. All was working well until I updated dashboard and now I run into this error: `dashboard-insert-projects: Cannot open load...
Hello my config: ```elisp (add-to-list 'auto-mode-alist '("/templates/.*\\.html?\\'" . web-mode)) ;; (add-to-list 'auto-mode-alist '("/\\(components\\|containers\\|src\\)/.*\\.js[x]?\\'" . web-mode)) (add-to-list 'auto-mode-alist '("\\.\\(handlebars\\|hbs\\)\\'" . web-mode)) (with-eval-after-load 'web-mode (setq web-mode-engines-alist '( ("handlebars" . "\\.\\(handlebars\\|hbs\\)\\'") ("django" ....
I would like for ```elisp (setq web-mode-extra-auto-pairs '( ("handlebars" . ( ("{{#each}}" "{{/each}}") ("{{#if}}" "{{/if}}" )) ))) ``` to work... but it doesn't. My current config is: ```elisp (add-to-list 'auto-mode-alist...
When editing a handlebars buffer like this (`|` determines the current cursor position) ```handlebars | {{#if this.isOk}} Hello` style comment, but I want `{{!-- --}}`. Looking at `web-mode-comment-insert`, this could...
``` βββ app β βββ components β βββ controllers β βββ helpers β βββ models β βββ routes β βββ styles β β βββ app.css β βββ templates β β...
# Summary I'm trying to launch pdb with `M-x pdb` then I type the number of my file `file.py` to get the error: `apply: Searching for program: No such file...
# Summary Invoking `elpy-django-runserver` or `elpy-django-command` uses the current directory instead of the project's root directory. It provokes setting the current directory as the default directory for these two commands....
# Summary The sequence key binded to the command `elpy-django-runserver` returns error when called in Elpy 1.28. I've tested `C-c C-x c` and works. I'm using that for time being...
# Summary I cannot interact with the `python mange.py shell` buffer created with `C-c C-x c shell RET` The buffer is unresponsive and does not type anything in the buffer....
Would be good to add a button that allows the user to delete their account.