Skip to content

Instantly share code, notes, and snippets.

@airicbear
Created October 28, 2020 04:10
Show Gist options
  • Save airicbear/48c4b8a6bf0e34665c427679d676a04d to your computer and use it in GitHub Desktop.
Save airicbear/48c4b8a6bf0e34665c427679d676a04d to your computer and use it in GitHub Desktop.
emacs configuration
make sure to install the latest emacs with vterm support!
(require 'org)
(plist-put org-format-latex-options :scale 3)
(exec-path-from-shell-copy-env "PATH")
(setq web-mode-indent-style 2)
(setq web-mode-code-indent-offset 2)
(setq web-mode-markup-indent-offset 2)
(setq-default css-indent-offset 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment