diff options
author | Oscar Najera <hi@oscarnajera.com> | 2023-01-29 12:45:22 +0100 |
---|---|---|
committer | Oscar Najera <hi@oscarnajera.com> | 2023-03-03 11:53:40 +0100 |
commit | 80bf55244687e9507afc366c6588c40061cfcc2f (patch) | |
tree | 5aa1c8d70805b2c1fb5c60ef9a8844b0ed3357f6 /config | |
parent | c3df483bcebb72c2eb4b9469d9770204b8114501 (diff) | |
download | dotfiles-80bf55244687e9507afc366c6588c40061cfcc2f.tar.gz dotfiles-80bf55244687e9507afc366c6588c40061cfcc2f.tar.bz2 dotfiles-80bf55244687e9507afc366c6588c40061cfcc2f.zip |
support julia
Diffstat (limited to 'config')
-rw-r--r-- | config/doom/init.el | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/config/doom/init.el b/config/doom/init.el index 21bbe35..eaa9d09 100644 --- a/config/doom/init.el +++ b/config/doom/init.el @@ -22,17 +22,17 @@ :completion company ; the ultimate code completion backend - ;;helm ; the *other* search engine for love and life + ;; helm ; the *other* search engine for love and life ;;ido ; the other *other* search engine... ivy ; a search engine for love and life + ;; vertico ; the search engine of the future :ui ;;deft ; notational velocity for Emacs doom ; what makes DOOM look the way it does - ;;doom-dashboard ; a nifty splash screen for Emacs - doom-quit ; DOOM quit-message prompts when you quit Emacs + ;; doom-dashboard ; a nifty splash screen for Emacs + ;;doom-quit ; DOOM quit-message prompts when you quit Emacs ;;(emoji +unicode) ; 🙂 - ;;fill-column ; a `fill-column' indicator hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;hydra ;;indent-guides ; highlighted indent columns @@ -143,7 +143,7 @@ json ; At least it ain't XML ;;(java +lsp) ; the poster child for carpal tunnel syndrome (javascript +lsp) ; all(hope(abandon(ye(who(enter(here)))))) - ;;julia ; a better, faster MATLAB + (julia +lsp +tree-sitter) ; a better, faster MATLAB ;;kotlin ; a better, slicker Java(Script) ;;latex ; writing papers in Emacs has never been so fun ;;lean ; for folks with too much to prove |