Skip to content

Commit

Permalink
emacs: Remove unused mastodon and expand-region packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daviwil committed Oct 3, 2021
1 parent 34394e0 commit 0e034eb
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions Emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ Other files in my dotfiles repo also contain Emacs Lisp code that get pulled in
- [[#set-margins-for-modes][Set Margins for Modes]]
- [[#control-buffer-placement][Control Buffer Placement]]
- [[#taming-popups-with-popperel][Taming Popups with Popper.el]]
- [[#expand-region][Expand Region]]
- [[#credential-management][Credential Management]]
- [[#file-browsing][File Browsing]]
- [[#dired][Dired]]
Expand Down Expand Up @@ -179,7 +178,6 @@ Other files in my dotfiles repo also contain Emacs Lisp code that get pulled in
- [[#configuration][Configuration]]
- [[#bindings][Bindings]]
- [[#sharing-files-with-0x0][Sharing Files with 0x0]]
- [[#mastodon][Mastodon]]
- [[#rss-with-elfeed][RSS with Elfeed]]
- [[#media][Media]]
- [[#mpv][mpv]]
Expand Down Expand Up @@ -1677,29 +1675,6 @@ Emacs' default buffer placement algorithm is pretty disruptive if you like setti

#+end_src

* Expand Region

This module is absolutely necessary for working inside of Emacs Lisp files,
especially when trying to some parent of an expression (like a =setq=). Makes
tweaking Org agenda views much less annoying.

#+begin_src emacs-lisp

(setup (:pkg expand-region)
(unless dw/is-termux
(:global "M-[" er/expand-region
"C-(" er/mark-outside-pairs)))

#+end_src

*Guix Packages*

#+begin_src scheme :noweb-ref packages :noweb-sep ""

"emacs-expand-region"

#+end_src

* Credential Management

I use [[https://www.passwordstore.org/][pass]] to manage all of my passwords locally. I also use [[https://github.com/DamienCassou/auth-password-store][auth-source-pass]] as the primary =auth-source= provider so that all passwords are stored in a single place.
Expand Down Expand Up @@ -3068,7 +3043,7 @@ I don't actually use this at the moment.

#+end_src

*** TODO Smart Parens
*** Smart Parens

#+begin_src emacs-lisp

Expand Down Expand Up @@ -3810,23 +3785,6 @@ I use this nice package from [[https://gitlab.com/willvaughn][nackjicholson]] to

#+end_src

** TODO Mastodon

#+begin_src emacs-lisp

(setup (:pkg mastodon)
(setq mastodon-instance-url "https://fosstodon.org"))

#+end_src

*Guix Packages*

#+begin_src scheme :noweb-ref packages :noweb-sep ""

"emacs-mastodon"

#+end_src

** RSS with Elfeed

[[https://github.com/skeeto/elfeed][Elfeed]] looks like a great RSS feed reader. Not using it much yet, but definitely looking forward to using it to keep track of a few different blogs I follow using Twitter. Also seems to be great for following subreddits like /r/Emacs.
Expand Down

0 comments on commit 0e034eb

Please sign in to comment.