Reverting old configs
This commit is contained in:
parent
72541d17ac
commit
fcc5d6cfe2
2 changed files with 4 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ bspc config single_monocle true
|
||||||
bspc config borderless_monocle true
|
bspc config borderless_monocle true
|
||||||
bspc config gapless_monocle true
|
bspc config gapless_monocle true
|
||||||
bspc config focus_follows_pointer true
|
bspc config focus_follows_pointer true
|
||||||
|
bspc config pointer_follows_monitor true
|
||||||
bspc config click_to_focus true
|
bspc config click_to_focus true
|
||||||
|
|
||||||
bspc config initial_polarity second_child
|
bspc config initial_polarity second_child
|
||||||
|
|
|
||||||
|
|
@ -169,6 +169,9 @@
|
||||||
(add-to-list 'auto-mode-alist '("\\.mustache\\'" . web-mode))
|
(add-to-list 'auto-mode-alist '("\\.mustache\\'" . web-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.js\\'" . 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
|
(add-hook 'web-mode-hook
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(define-key web-mode-map (kbd "C-c /") 'web-mode-element-close)))
|
(define-key web-mode-map (kbd "C-c /") 'web-mode-element-close)))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue