Compare commits
2 Commits
aba11a76a3
...
04f6fb5abf
Author | SHA1 | Date | |
---|---|---|---|
04f6fb5abf | |||
edf3fa34d0 |
@ -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))
|
||||||
|
2
init.el
2
init.el
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user