Remove the sx package

This commit is contained in:
Gergely Polonkai 2023-10-21 16:21:26 +02:00
parent 32e07598b7
commit c91421c3f8
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 0 additions and 11 deletions

View File

@ -1943,17 +1943,6 @@ For occasional screen casting recordings.
(use-package command-log-mode)
#+END_SRC
** Use StackExchange sites in an Emacs window
#+BEGIN_SRC emacs-lisp
(use-package sx
:demand
:bind
(:map gpolonkai/pers-map
("qi" . sx-inbox)
("qs" . sx-search)))
#+END_SRC
** Goto last change
#+BEGIN_SRC emacs-lisp