| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
FS #2
|
| |
|
|
|
|
| |
FS #4 #2
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
Working in PHP languages with HTML is a daily task.
In the first instance I tried to combine its syntax with multi-web-mode but it consumed a lot of resources.
In the second instance I made the language reader using mmm-mode, reading php-mode in web mode.
However this has not been enough because the color problems between modes produce bugs.
Now only the web-mode for PHP works, and I have managed to activate PHP flycheck for web-mode.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
thing (using their values).
The value of the sexp you passed as its second arg is the symbol delete-trailing-whitespace,
because the arg to when is a non-nil list (because you quoted it). So the when condition is always true.
And you never invoke function delete-trailing-whitespace; you just return the symbol that names that function.
|
|
|
|
|
| |
- Remove whitespace, except on diff-mode
- Improve syntax undo-tree-mode
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note:
You can find what face is applied to text a number of ways.
If you can get your cursor on the text.
You can use M-x describe-face which will give you a default option of the current face.
Or you can use M-x describe-char which will tell you what face is applied.
You can customize faces through the customize feature or with elisp.
If you can't get your cursor on the face, try finding the face using customize-group,
list-faces-display or by reading the packages code.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Note: remember that working with PHP and combined HTML isn't a best practice
|
|
|
|
|
| |
it's only enabled in the extensions djhtml, html, tpl
see init-web-mode.el
|
|
|
|
|
|
|
| |
The change is reversed.
This is done because it isn't best practice to mix PHP with HTML :(
This reverts commit 0479eaa621096911f81f11d46c5e6f54d192b1ec.
|
| |
|
|
|
|
|
|
| |
when this default mode is used in files of more than 15000 lines of code
it freeze!, is better to look at the file without the guidelines
and then activate this mode.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Emmet Mode is a minor mode providing support for
Zen Coding by producing HTML from CSS-like selectors
→ https://github.com/smihica/emmet-mode
|
|
|
|
|
|
|
| |
Emacs Code Browser (Navegador de Código de Emacs, on spanish).
We present a configuration of windows in which will include a
browser of files and directories, a browser of objects within
our code and a history in addition to the window of our code.
|
|
|
|
|
|
|
|
| |
The diminish mode is activated, which helps us to keep the modeline clean.
As we see, in the modeline the modes that are activated are shown, and every time
we have more activated minor-modes, which add small functionalities to Emacs.
In this case, there are many modes, that if they do not appear, nothing happens.
So we hide some, like undo-tree that will always be activated.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
When you open a python file, emacs guesses the indentation offset (number of spaces to indent) based on that file style.
When you create a file (the case you describe), emacs cannot guess (file is empty) so it uses your default (4) and notifies the user.
In other words: tt is a harmless warning; if you find this is a bug please report it as such.
If you don't like emacs guessing the offset, customize the variable python-indent-guess-indent-offset to nil,
and then emacs will use always your default (very unsafe in python,
where indentation has meaning and you could be editing a file created by somebody else with other defaults).
|
| |
|
| |
|
| |
|
|
|
|
| |
- remove line 'fci-mode 0'
|
| |
|