cleaning things up

This commit is contained in:
Eli Mellen 2019-09-04 14:49:41 -04:00
parent a62d599f76
commit 5f75e339f4
4 changed files with 8 additions and 7 deletions

4
.gitignore vendored
View File

@ -5,4 +5,6 @@
pillow-fort.el
auto-save-list
eshell
.cache
.cache
session*
projectile-bookmarks.eld

View File

@ -52,7 +52,7 @@
'(custom-safe-themes
(quote
("801a567c87755fe65d0484cb2bded31a4c5bb24fd1fe0ed11e6c02254017acb2" "341b2570a9bbfc1817074e3fad96a7eff06a75d8e2362c76a2c348d0e0877f31" default)))
'(package-selected-packages (quote (use-package slime))))
'(package-selected-packages (quote (prettier-js use-package slime))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.

View File

@ -264,12 +264,12 @@ Who needs Postman when you've got emacs!?
:interpreter "node"
:init (setq-default js2-concat-multiline-strings 'eol)
(setq-default js2-global-externs '("module" "require" "setTimeout" "clearTimeout" "setInterval"
"clearInterval" "location" "__dirname" "console" "JSON"
"window" "process" "fetch"))
"clearInterval" "location" "__dirname" "console" "JSON"
"window" "process" "fetch"))
(setq-default js2-strict-inconsistent-return-warning nil)
:config (use-package
prettier-js
:ensure t)
prettier-js
:ensure t))
#+END_SRC
*** Typescript

View File

@ -1 +0,0 @@
("~/.emacs.d/" "~/Developer/eli-scratch/")