This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
nico
/
emacs.d
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fix rainbow-mode configuration
master
Nicolas Petton
3 years ago
parent
0ec8784230
commit
f15b5154bf
Signed by:
nico
GPG Key ID:
233587A47C207910
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
init.el
+ 1
- 1
init.el
View File
@ -472,7 +472,7 @@ be global."
(
add-hook
'prog-mode-hook
#'
indicate-buffer-boundaries-left
)
)
(
use-package
rainbow-mode
:
config
:
init
(
add-hook
'css-mode-hook
'rainbow-mode
)
(
add-hook
'less-mode-hook
'rainbow-mode
)
)
Write
Preview
Loading…
Cancel
Save