Fix 404 links.

This commit is contained in:
JAremko 2018-05-15 16:19:01 +03:00
parent 7aca5aebd1
commit dd46fcac78
No known key found for this signature in database
GPG Key ID: 650E5DF30F9493A6
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ as support for batch files.
** Features:
- Syntax highlighting of powershell =.ps1= files via [[https://github.com/jschaf/powershell.el][powershell.el]]
- Syntax highlighting of batch =.bat= files via [[http://www.emacswiki.org/emacs/dos.el][dos.el]]
- Syntax highlighting of batch =.bat= files via [[https://www.emacswiki.org/emacs/DosMode][dos.el]]
* Install
To use this configuration layer, add it to your =~/.spacemacs=. You will need to

View File

@ -23,7 +23,7 @@ process indicator.
with [[https://github.com/Fanael/rainbow-identifiers][rainbow-identifiers]].
- Colorize only identifiers recognized as variables with [[https://github.com/ankurdave/color-identifiers-mode][color-identifiers]].
- Colorize strings representing colors with the color they represent as background with
[[https://julien.danjou.info/projects/emacs-packages][rainbow-mode]].
[[https://jblevins.org/log/rainbow-mode][rainbow-mode]].
- Display a Nyan cat progress bar in the mode-line with [[https://github.com/syl20bnr/nyan-mode][nyan-mode]].
* Install