diff options
Diffstat (limited to 'config/doom/init.el')
-rw-r--r-- | config/doom/init.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/doom/init.el b/config/doom/init.el index 60fcc50..3655553 100644 --- a/config/doom/init.el +++ b/config/doom/init.el @@ -52,7 +52,7 @@ ;;zen ; distraction-free coding or writing :editor - (evil +everywhere); come to the dark side, we have cookies + evil; come to the dark side, we have cookies file-templates ; auto-snippets for empty files fold ; (nigh) universal code folding (format +onsave) ; automated prettiness @@ -96,7 +96,7 @@ lsp magit ; a git porcelain for Emacs ;;make ; run make tasks from Emacs - pass ; password manager for nerds + (pass +auth) ; password manager for nerds pdf ; pdf enhancements ;;prodigy ; FIXME managing external services & code builders ;;rgb ; creating color strings @@ -172,7 +172,7 @@ :email ;;(mu4e +gmail) - notmuch + ;; notmuch ;;(wanderlust +gmail) :app @@ -184,5 +184,5 @@ ;;twitter ; twitter client https://twitter.com/vnought :config - ;;literate + literate (default +bindings +smartparens)) |