update stuff
This commit is contained in:
parent
e5b97afe11
commit
e38b71cca9
4 changed files with 9 additions and 2 deletions
|
@ -39,6 +39,7 @@ setpath ~/Library/Python/3.7/bin
|
|||
setpath ~/.radicle/bin
|
||||
setpath ~/.edgedb/bin
|
||||
setpath ~/.fly/bin
|
||||
setpath ~/.nimble/bin
|
||||
|
||||
# zoxide setup
|
||||
zoxide init fish | source
|
||||
|
|
|
@ -30,6 +30,11 @@
|
|||
(after! lsp-mode
|
||||
(setq lsp-ui-sideline-show-code-actions nil))
|
||||
|
||||
;; Enable prettier in RJSX-mode
|
||||
(add-hook 'rjsx-mode-hook 'prettier-js-mode)
|
||||
(add-hook 'typescript-mode-hook 'prettier-js-mode)
|
||||
(add-hook 'typescript-tsx-mode-hook 'prettier-js-mode)
|
||||
|
||||
;; Make Monky communicate via cmdserver
|
||||
(setq monky-process-type 'cmdserver)
|
||||
|
||||
|
|
|
@ -11,3 +11,4 @@
|
|||
(package! gruvbox-theme)
|
||||
(package! org-pomodoro)
|
||||
(package! doom-themes)
|
||||
(package! prettier-js)
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[user]
|
||||
name = ana
|
||||
email = ana@ana.st
|
||||
name = mokou
|
||||
email = mokou@fastmail.com
|
||||
signingkey = 0x6F33B647A7AC80CE
|
||||
[core]
|
||||
editor = vim
|
||||
|
|
Loading…
Add table
Reference in a new issue