This commit is contained in:
Marcus Kammer 2019-11-27 10:36:26 +01:00
commit ff2039d188
19 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -78,7 +78,7 @@ There are two things you can do about this warning:
(add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode)) (add-to-list 'auto-mode-alist '("\\.yml\\'" . yaml-mode))
(add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode)) (add-to-list 'auto-mode-alist '("\\.html?\\'" . web-mode))
(add-to-list 'auto-mode-alist '("\\.rst?\\'" . sphinx-mode)) (add-to-list 'auto-mode-alist '("\\.rst?\\'" . sphinx-mode))
(add-to-list 'auto-mode-alist '("\\.py\\'" . elpy-mode)) (add-to-list 'auto-mode-alist '("\\.py?\\'" . elpy-mode))
;; slime ;; slime
(setq slime-contribs '(slime-fancy)) (setq slime-contribs '(slime-fancy))