Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Sveningsson
dotfiles
Commits
99154186
Commit
99154186
authored
Nov 04, 2019
by
David Sveningsson
Browse files
emacs: dont reformat on save
really really slow on windows
parent
5f6e4079
Changes
1
Show whitespace changes
Inline
Side-by-side
global/emacs.d/init.org
View file @
99154186
...
...
@@ -302,13 +302,11 @@ _j_ump _l_ist ^^ _q_uit
(add-hook 'prog-mode-hook 'rainbow-delimiters-mode))
#+END_SRC
** Prettier
Format buffer
on save
.
Format buffer
with prettier
.
#+BEGIN_SRC emacs-lisp
(use-package prettier-js
:ensure t
:diminish
:hook
((typescript-mode js2-mode web-mode) . 'prettier-js-mode))
:diminish)
#+END_SRC
* Project management
** Projectile
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment