-
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…
-
el-get-settings.el includes to many useless packages by now, need to clean this up -- check packages functionality and decide whether to use it or not:
- [ ] auctex
- [ ] auto-complete
- [ ] col…
-
Hi. I'm using the latest emacs24 starter kit, but it seems to be broken with regard to the RET key in Ruby mode.
When I type C-h k to see what is bound to the return key, it tells me that it is newlin…
-
Hi,
I'm not sure where to search to correct this, so I start asking here.
the `*lsp-cquery stderr*` buffer contains "color char commands" that are not interprented, see sample image :
![capture d…
-
Hi,
The following error appears in the `*Python*` buffer when it tries any autocompletion.
`In [2]: ne`
After typing one or two words, this error is shown:
```
Company: An error occurr…
-
### What did you expect to happen?
Consider some simple lua code:
```
local a =
{
[1] = 1,
[2] = 2,
[3] = 3,|
}
```
where `|` denotes the position of the cursor. After I typed the `,` …
-
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…
-
You should try to test your mode with vanilla Emacs, e.g. 'emacs -Q'. Then you'll see packages you expect that are not included and you can either code to make them optional or require their download…
-
Create yasnippet templates for the following:
- Yara
- Sigma
- Snort
-
The manual recommends achieving a distributed setup via:
``` lisp
(setq my-packages
(append
'(cssh el-get switch-window vkill google-maps nxhtml xcscope yasnippet)
…