Update package

This commit is contained in:
Marcus Kammer 2021-11-18 14:20:23 +01:00
parent 3a3851d97d
commit 6525621f0d

View file

@ -358,10 +358,12 @@
:mode ("\\.py\\'" . python-mode) :mode ("\\.py\\'" . python-mode)
("\\.wsgi$" . python-mode) ("\\.wsgi$" . python-mode)
:init :init
(setq python-indent-offset 4)
(setq-default indent-tabs-mode nil) (setq-default indent-tabs-mode nil)
:custom :custom
(fill-column 79) (fill-column 79)
(python-indent-offset 4)) :config
(add-hook 'python-mode-hook 'eglot-ensure))
(use-package csv-mode) (use-package csv-mode)
@ -400,7 +402,7 @@
("https://yiming.dev/rss.xml" coding emacs lisp blog) ("https://yiming.dev/rss.xml" coding emacs lisp blog)
("https://feeds.feedburner.com/PythonInsider" security bugs python news) ("https://feeds.feedburner.com/PythonInsider" security bugs python news)
("https://mailbox.org/share/feed-de-mailbox.xml" email mailbox web)) ("https://mailbox.org/share/feed-de-mailbox.xml" email mailbox web))
elfeed-search-filter "@2-days-ago +unread ")) elfeed-search-filter "@1-week-ago +unread "))
(use-package smartparens) (use-package smartparens)