gdritter repos dotfiles / 5ed5f29
Add some more emacs edits Getty Ritter 3 years ago
1 changed file(s) with 1 addition(s) and 7 deletion(s). Collapse all Expand all
8383 (setq web-mode-code-indent-offset 2)
8484 (setq web-mode-attr-indent-offset 2)))
8585
86 (add-to-list 'auto-mode-alist '("\\.jsx\\'" . javascript-mode))
86 (use-package rjsx-mode :ensure t)
8787
8888
8989
9090
9191 ;;
9292 (use-package persistent-soft
9393 :ensure t)
94
95 ;; unicode stuff
96 (use-package unicode-fonts
97 :ensure t
98 :defer t
99 :init (unicode-fonts-setup))
10094
10195 ;; display Github-like emoji if we're in a text-editing mode of some