(Emacs/*)~disable a lot of packages

Don't use them most of the time so what's the need?

If I'm ever in the situation where I need to use these I hope I have
internet connection.
This commit is contained in:
2024-05-08 01:30:04 +05:30
parent 2450e47882
commit d998ae45cf
3 changed files with 29 additions and 20 deletions

View File

@@ -564,7 +564,10 @@ directory.
(eshell-send-input))
(message "Could not switch eshell: buffer is not real file")))))
#+end_src
* Elfeed
* WAIT Elfeed
:PROPERTIES:
:header-args:emacs-lisp: :tangle no
:END:
Elfeed is the perfect RSS feed reader, integrated into Emacs
perfectly. I've got a set of feeds that I use for a large variety of
stuff, mostly media and entertainment. I've also bound "<leader> ar"
@@ -715,18 +718,6 @@ Core proced config, just a few bindings and evil collection setup.
(with-eval-after-load "evil-collection"
(evil-collection-proced-setup)))
#+end_src
** Proced narrow
Along with that I setup the package ~proced-narrow~ which allows
further filtering of the process list.
#+begin_src emacs-lisp
(use-package proced-narrow
:straight t
:after proced
:general
(nmap
:keymaps 'proced-mode-map
"%" #'proced-narrow))
#+end_src
* Calculator
Surprise, surprise Emacs comes with a calculator.
@@ -867,7 +858,10 @@ and integrates slickly into image-dired. Of course,
"k" #'image-previous-line
"l" #'image-forward-hscroll))
#+end_src
* ERC
* WAIT ERC
:PROPERTIES:
:header-args:emacs-lisp: :tangle no
:END:
#+begin_src emacs-lisp
(use-package erc
:defer t