1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

enable tabs & snippets

This commit is contained in:
Ryan Kes 2020-09-17 14:07:15 +02:00
parent 6290aba5de
commit bba14a3028
2 changed files with 3 additions and 2 deletions

View File

@ -190,4 +190,4 @@
(ispell-hunspell-add-multi-dic "en_GB,nl_NL,en_US") (ispell-hunspell-add-multi-dic "en_GB,nl_NL,en_US")
(setq ispell-dictionary "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))

View File

@ -24,6 +24,7 @@
+all ; catch all popups that start with an asterix +all ; catch all popups that start with an asterix
+defaults) ; default popup rules +defaults) ; default popup rules
ligatures ligatures
tabs
treemacs ; a project drawer, like neotree but cooler treemacs ; a project drawer, like neotree but cooler
vc-gutter ; vcs diff in the fringe vc-gutter ; vcs diff in the fringe
vi-tilde-fringe ; fringe tildes to mark beyond EOB vi-tilde-fringe ; fringe tildes to mark beyond EOB
@ -37,7 +38,7 @@
(format +onsave +format-with-lsp) ; automated prettiness (format +onsave +format-with-lsp) ; automated prettiness
;multiple-cursors ; editing in many places at once ;multiple-cursors ; editing in many places at once
;rotate-text ; cycle region at point between text candidates ;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 word-wrap ; soft wrapping with language-aware indent
:emacs :emacs