aboutsummaryrefslogtreecommitdiff
path: root/doom.d/config.org
diff options
context:
space:
mode:
authorAChavali <aryadevchavali1@gmail.com>2019-12-30 14:52:56 +0000
committerAChavali <aryadevchavali1@gmail.com>2019-12-30 14:52:56 +0000
commit31b5b9c0817177ab6ddf0d6d93c22a45ec1e3fd8 (patch)
tree0418c370c63b18b763016332ef9e44aba88ba5b0 /doom.d/config.org
parente61dcc2edd759f13633f639baa2646e0c136e0e3 (diff)
downloaddotfiles-31b5b9c0817177ab6ddf0d6d93c22a45ec1e3fd8.tar.gz
dotfiles-31b5b9c0817177ab6ddf0d6d93c22a45ec1e3fd8.tar.bz2
dotfiles-31b5b9c0817177ab6ddf0d6d93c22a45ec1e3fd8.zip
~javascript/typescript -> Typescript
I only really use typescript and the config is fully just about typescript so just change the heading to that
Diffstat (limited to 'doom.d/config.org')
-rw-r--r--doom.d/config.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doom.d/config.org b/doom.d/config.org
index f74e67a..04b883f 100644
--- a/doom.d/config.org
+++ b/doom.d/config.org
@@ -347,7 +347,7 @@ Emacs doesn't have the full range of styles that I want, so lemme just do it mys
- I do python development for Python3, so I need to set the flycheck python checker, as well as the interpreter, to be Python3
- Most of my python work is in scripts or ideas, so I don't need extensive testing utilities or anything like that
- I run my python code a LOT and thus need commands for sending bits or whole scripts into the REPL
-** JavaScript/TypeScript
+** TypeScript
#+BEGIN_SRC elisp
(after! typescript-mode
(setq typescript-indent-level 2)