From 80bf55244687e9507afc366c6588c40061cfcc2f Mon Sep 17 00:00:00 2001 From: Oscar Najera Date: Sun, 29 Jan 2023 12:45:22 +0100 Subject: support julia --- config/doom/init.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'config') 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 -- cgit v1.2.3