1
0
Fork 0

Reverting old configs

This commit is contained in:
Jeremy Kaplan 2017-07-10 17:30:40 -07:00
commit fcc5d6cfe2
2 changed files with 4 additions and 0 deletions

View file

@ -8,6 +8,7 @@ bspc config single_monocle true
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config focus_follows_pointer true
bspc config pointer_follows_monitor true
bspc config click_to_focus true
bspc config initial_polarity second_child

View file

@ -169,6 +169,9 @@
(add-to-list 'auto-mode-alist '("\\.mustache\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.js\\'" . web-mode))
(setq web-mode-content-types-alist '())
(add-to-list 'web-mode-content-types-alist '("jsx" . "\\.jsx?\\'"))
(add-hook 'web-mode-hook
(lambda ()
(define-key web-mode-map (kbd "C-c /") 'web-mode-element-close)))