Ignore Emacs local config
This is a local config file and should be ignored.
This commit is contained in:
parent
affd485cd0
commit
825d18e6a3
2 changed files with 3 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
||||||
(
|
|
||||||
;; Set a project name.
|
|
||||||
(nil . ((projectile-project-name . "Foster Hangdaan's Website and Blog")))
|
|
||||||
;; Disable ts-ls so that it falls back to deno-ls as the TypeScript language server.
|
|
||||||
(typescript-mode . ((lsp-disabled-clients . (ts-ls))))
|
|
||||||
(typescript-tsx-mode . ((lsp-disabled-clients . (ts-ls))))
|
|
||||||
)
|
|
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -131,3 +131,6 @@ dist
|
||||||
|
|
||||||
# Lume
|
# Lume
|
||||||
_site/
|
_site/
|
||||||
|
|
||||||
|
# Emacs
|
||||||
|
.dir-locals-2.el
|
||||||
|
|
Loading…
Reference in a new issue