From bba14a302814794b93c6bd17eb3fae033b41dcef Mon Sep 17 00:00:00 2001 From: Ryan Kes <> Date: Thu, 17 Sep 2020 14:07:15 +0200 Subject: [PATCH] enable tabs & snippets --- emacs/.config/doom/config.el | 2 +- emacs/.config/doom/init.el | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index cb237a5..172aebe 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -190,4 +190,4 @@ (ispell-hunspell-add-multi-dic "en_GB,nl_NL,en_US") (setq ispell-dictionary "en_GB,nl_NL,en_US")) -(add-to-list 'auto-mode-alist '("\\.mdx\\'" . markdown-mode)) + (add-to-list 'auto-mode-alist '("\\.mdx\\'" . markdown-mode)) diff --git a/emacs/.config/doom/init.el b/emacs/.config/doom/init.el index e88f46c..d12e2c3 100644 --- a/emacs/.config/doom/init.el +++ b/emacs/.config/doom/init.el @@ -24,6 +24,7 @@ +all ; catch all popups that start with an asterix +defaults) ; default popup rules ligatures + tabs treemacs ; a project drawer, like neotree but cooler vc-gutter ; vcs diff in the fringe vi-tilde-fringe ; fringe tildes to mark beyond EOB @@ -37,7 +38,7 @@ (format +onsave +format-with-lsp) ; automated prettiness ;multiple-cursors ; editing in many places at once ;rotate-text ; cycle region at point between text candidates - ;snippets ; my elves. They type so I don't have to + snippets ; my elves. They type so I don't have to word-wrap ; soft wrapping with language-aware indent :emacs