Update package
This commit is contained in:
parent
3a3851d97d
commit
6525621f0d
1 changed files with 4 additions and 2 deletions
|
@ -358,10 +358,12 @@
|
|||
:mode ("\\.py\\'" . python-mode)
|
||||
("\\.wsgi$" . python-mode)
|
||||
:init
|
||||
(setq python-indent-offset 4)
|
||||
(setq-default indent-tabs-mode nil)
|
||||
:custom
|
||||
(fill-column 79)
|
||||
(python-indent-offset 4))
|
||||
:config
|
||||
(add-hook 'python-mode-hook 'eglot-ensure))
|
||||
|
||||
(use-package csv-mode)
|
||||
|
||||
|
@ -400,7 +402,7 @@
|
|||
("https://yiming.dev/rss.xml" coding emacs lisp blog)
|
||||
("https://feeds.feedburner.com/PythonInsider" security bugs python news)
|
||||
("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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue