diff --git a/personal/elfeed-feed-definitions.el b/personal/elfeed-feed-definitions.el index 2c9f60991e..d16c605215 100644 --- a/personal/elfeed-feed-definitions.el +++ b/personal/elfeed-feed-definitions.el @@ -77,8 +77,8 @@ ;("https://www.gatesnotes.com/RSS" environment blog) ; bike stuff - ("https://www.youtube.com/feeds/videos.xml?channel_id=UC710HJmp-YgNbE5BnFBRoeg" bikes) ; gcn tech - ("https://www.youtube.com/feeds/videos.xml?channel_id=UCuTaETsuCOkJ0H_GAztWt0Q" bikes) ; gcn + ;; ("https://www.youtube.com/feeds/videos.xml?channel_id=UC710HJmp-YgNbE5BnFBRoeg" bikes) ; gcn tech + ;; ("https://www.youtube.com/feeds/videos.xml?channel_id=UCuTaETsuCOkJ0H_GAztWt0Q" bikes) ; gcn ("https://www.youtube.com/feeds/videos.xml?channel_id=UCGamtiY212YK76rDI4IhCGg" bikes) ; cyclingabout ("https://www.youtube.com/feeds/videos.xml?channel_id=UCyG8fDB-wIkdjprZD-0TI6Q" bikes) ; bikepacking.com ("https://www.youtube.com/feeds/videos.xml?channel_id=UCNueufSUUGhQJngFPebQmzw" bikes) ; ted king @@ -88,15 +88,14 @@ ("https://www.youtube.com/feeds/videos.xml?channel_id=UCiDJtJKMICpb9B1qf7qjEOA") ; adam savage's tested ("https://www.youtube.com/feeds/videos.xml?channel_id=UCm9K6rby98W8JigLoZOh6FQ"); lockpicking lawyer ("https://www.youtube.com/feeds/videos.xml?user=twoodfrd") - ("https://www.youtube.com/feeds/videos.xml?channel_id=UChPQTOpYjCiO1hGbN5CGmpQ"); jack ultra - ("https://www.youtube.com/feeds/videos.xml?channel_id=UC7GV-3hrA9kDKrren0QMKMg"); cinema tyler + ;("https://www.youtube.com/feeds/videos.xml?channel_id=UChPQTOpYjCiO1hGbN5CGmpQ"); jack ultra + ;("https://www.youtube.com/feeds/videos.xml?channel_id=UC7GV-3hrA9kDKrren0QMKMg"); cinema tyler ("https://www.youtube.com/feeds/videos.xml?channel_id=UCMb0O2CdPBNi-QqPk5T3gsQ"); james coffee dude ("http://feeds.feedburner.com/inrng/inrng0" bikes) ("http://feeds.feedburner.com/redkiteprayer/krin" bikes) ("https://bikepacking.com/feed/" bikes interesting) ("https://blog.komoot.com/feed" blog) - ("http://cxberlin.com/feed/" blog bikes interesting) ("https://fahrradzukunft.de/feed/" bikes) ("https://www.iamtedking.com/blog?format=rss" bikes interesting) ("https://www.renehersecycles.com/feed/" bikes interesting) diff --git a/personal/functions.el b/personal/functions.el index ff1bf83989..28497323f7 100644 --- a/personal/functions.el +++ b/personal/functions.el @@ -89,10 +89,9 @@ "~/code/lichtblick/cloud_dwh/dbt/target/compiled/lb_dwh/" (concat (file-name-base (buffer-file-name)) ".sql"))) -(defun connect-new-srv () +(defun connect-srv () (interactive) (find-file "/ssh:stefan@janeway#4321:/home/stefan")) (defun connect-rpi () - (interactive) (find-file "/ssh:stefan@raspberrypi:/home/stefan")) diff --git a/personal/lsp.el b/personal/lsp.el index 5e145e29aa..29860b9472 100644 --- a/personal/lsp.el +++ b/personal/lsp.el @@ -18,7 +18,11 @@ :ensure t :hook (python-ts-mode . (lambda () (require 'lsp-pyright) - (lsp-deferred)))) ; or + (lsp-deferred))) + ;; :custom + ;; (lsp-pyright-python-executable-cmd "python3") + ;; (lsp-pyright-venv-path "~/.cache/pypoetry/virtualenvs/")) + ) (use-package lsp-ui :ensure t @@ -43,7 +47,6 @@ (define-key lsp-ui-mode-map [remap xref-find-definitions] #'lsp-ui-peek-find-definitions) (define-key lsp-ui-mode-map [remap xref-find-references] #'lsp-ui-peek-find-references) -;; \ ;; (use-package poetry ;; :hook ;; (python-mode . (lambda () (when (poetry-venv-exist-p)