From d998ae45cfbf71601061c052848a3e3c5aa0c9b7 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 8 May 2024 01:30:04 +0530 Subject: (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. --- Emacs/.config/emacs/app.org | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'Emacs/.config/emacs/app.org') diff --git a/Emacs/.config/emacs/app.org b/Emacs/.config/emacs/app.org index 590bd4d..d5201a6 100644 --- a/Emacs/.config/emacs/app.org +++ b/Emacs/.config/emacs/app.org @@ -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 " 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 -- cgit v1.2.3-13-gbd6f