Skip to content

Instantly share code, notes, and snippets.

@vancleve
Created September 27, 2023 19:12
Show Gist options
  • Save vancleve/67488575a64d9053a510954ee89bef4d to your computer and use it in GitHub Desktop.
Save vancleve/67488575a64d9053a510954ee89bef4d to your computer and use it in GitHub Desktop.
init.el
;;; init.el --- Doom sandbox -*- lexical-binding: t; -*-
(doom! :completion
(vertico +icons)
:ui
doom ; what makes DOOM look the way it does
ligatures ; ligatures and symbols to make your code pretty again
modeline ; snazzy, Atom-inspired modeline, plus API
:lang
julia
:emacs
(dired +icons)
:config
(default +bindings +smartparens))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment