Compare commits

...

2 Commits

Author SHA1 Message Date
04f6fb5abf
Enable LSP for java 2020-09-02 18:32:41 +02:00
edf3fa34d0
Show matching parenthesis on the minibuffer 2020-09-02 18:32:17 +02:00
2 changed files with 3 additions and 1 deletions

View File

@ -44,3 +44,5 @@
(setq writeroom-major-modes '(markdown-mode org-mode)) (setq writeroom-major-modes '(markdown-mode org-mode))
;; Map leader key for major mode to , ;; Map leader key for major mode to ,
(setq doom-localleader-key ",") (setq doom-localleader-key ",")
;; Show matching parenthesis on the minibuffer
(after! smartparens (show-smartparens-global-mode t))

View File

@ -125,7 +125,7 @@
;;hy ; readability of scheme w/ speed of python ;;hy ; readability of scheme w/ speed of python
;;idris ; ;;idris ;
json ; At least it ain't XML json ; At least it ain't XML
(java +meghanada) ; the poster child for carpal tunnel syndrome (java +lsp) ; the poster child for carpal tunnel syndrome
(javascript +lsp) ; all(hope(abandon(ye(who(enter(here)))))) (javascript +lsp) ; all(hope(abandon(ye(who(enter(here))))))
;;julia ; a better, faster MATLAB ;;julia ; a better, faster MATLAB
;;kotlin ; a better, slicker Java(Script) ;;kotlin ; a better, slicker Java(Script)