Gopar

Results 16 issues of Gopar

I took a quick glance at the code and from what I could tell, it should be shortening paths to the root of that project. See image: ![Screen Shot 2021-12-29...

Would it be a good idea to allow `elpy-django` to be used in other modes? I currently have this in a branch of elpy ```emacs-lisp (define-minor-mode elpy-django "Minor mode to...

Enhancement

Awesome package! :) Looks like there is not way to only show the `cov-coverage-not-run-face`? Personally I don't like seeing `cov-coverage-run-face` as I find it distracting and I looked at the...

Emacs has a built in tool for viewing files/directories called [Dired](https://www.gnu.org/software/emacs/manual/html_node/emacs/Dired.html) and [GNU Coreutils](https://www.gnu.org/software/coreutils/) has the `--dired` option within `ls` to complement that. Man page states: ``` -D, --dired generate...

I have a `compilation-buffer-name-function` defined to a function I like: ```lisp (defun gopar/compilation-buffer-name-function (arg) "Rename buffer to whatever command was used. eg. *python main.py*" (concat "*" compile-command "*")) (setq compilation-buffer-name-function...

Stale

Vue: https://vuejs.org/ Another JS framework with its own extension (.vue) and mode (vue-mode). Dumb-jump Seems to work if i switch major mode to typescript (tested minimally but i do get...

Keep running into this whenever I try to run a query via Example: ``` ---------------- HEY! This is dash-docs (sqlite) error logging. If you want to disable it, set `dash-docs-enable-debugging`...

Is there a way I can give a url (eg https://stackoverflow.com/questions/51861577/python-list-function-or-list-comprehension) and have it converted to an org mode buffer? I don't think I will use search since I usually...