Restart emacs, fix ssh

This commit is contained in:
2023-11-23 11:07:06 +01:00
parent b3b25f1b6a
commit 5725c26fac
11 changed files with 948 additions and 415 deletions

View File

@ -118,7 +118,7 @@ Here were going to use Miniflux as a back-end store for our RSS feeds.
(setq elfeed-protocol-fever-maxsize 100)
(setq elfeed-feeds '(("fever+https://secstate@rss.unbl.ink"
:api-url "https://rss.unbl.ink/fever/"
:password "password"
:password "delegator flaxseed request washer"
:autotags '(("rss.unbl.ink")))))
;(setq elfeed-protocol-log-trace t)
@ -490,3 +490,8 @@ Here we are trying to auto-translate Word and PDF files to be viewed in Emacs.
(setq org-reveal-root "file:///path-to-reveal.js")
(setq org-reveal-title-slide nil)
#+end_src
* ChatGPT
#+begin_src emacs-lisp
;(require 'chatgpt-shell)
#+end_src