-
Just updated emacs to these versions:
```
company-lsp 20190505.615
company 20190430.1852
```
And some weird behavior is happening now -- the letters I type before se…
-
# Summary
I have a test script `test.py`:
I want to open this with `C-c C-f` and run the whole script (buffer) in the interactive shell.
When I run the script with `C-c C-c`, the cursor i…
-
When I add `(payas/ac-setup)` to my config, I get:
```
Debugger entered--Lisp error: (void-variable php-auto-yasnippets)
payas/ac-setup()
eval((payas/ac-setup) nil)
eval-last-sexp-1(nil)
eval…
-
when run auto-complete function, get a error like
ac-yasnippet-candidates: Wrong number of arguments: (lambda nil "Get snippet tables for current buffer.
Return a list of `yas/table' objects. The li…
-
Following the guide for getting user-defined functions via Composer to work. I have created a .dir-locals.el file at the root of the project with the following content.
((php-mode . ((php-auto-yasnip…
-
A very common convention in Clojure.test is to name unit tests ending in `-test`, which unfortunately can trigger yasnippet expansion
#### Reproduction of issue
Enable Yasnippets with this reposit…
-
Hi,
I have spent a good couple of hours trying to find a way to replace this very simple snippet which does not work since my last emacs upgrade
```
# -*- mode: snippet -*-
# name: time stamp
…
-
I'm using, as the readme says,
```
(use-package python-black
:demand t
:after python
:hook (python-mode . python-black-on-save-mode-enable-dwim))
```
Then I see that:
```
python-m…
-
I have yasnippet set to trigger on space, which makes the "the" snippet extremely annoying. I can't find anyway to prevent feature-mode snippets from being loaded. I think it would be best to at lea…
-
Thanks for your emacs extension.
I'm using the latest multi-web-mode for PHP/HTML editing, it can recognise html and php very accurately. However, PHP indentation is incorrect, please see the image:
…