Created
October 28, 2020 04:10
-
-
Save airicbear/48c4b8a6bf0e34665c427679d676a04d to your computer and use it in GitHub Desktop.
emacs configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
make sure to install the latest emacs with vterm support! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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