diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-08 01:30:04 +0530 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2024-05-08 01:30:04 +0530 |
commit | d998ae45cfbf71601061c052848a3e3c5aa0c9b7 (patch) | |
tree | 819daa8f192c7739163451eb311548042b6cb0cf /Emacs/.config/emacs/app.org | |
parent | 2450e47882750f1a46911f99503a068df84c2181 (diff) | |
download | dotfiles-d998ae45cfbf71601061c052848a3e3c5aa0c9b7.tar.gz dotfiles-d998ae45cfbf71601061c052848a3e3c5aa0c9b7.tar.bz2 dotfiles-d998ae45cfbf71601061c052848a3e3c5aa0c9b7.zip |
(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.
Diffstat (limited to 'Emacs/.config/emacs/app.org')
-rw-r--r-- | Emacs/.config/emacs/app.org | 22 |
1 files changed, 8 insertions, 14 deletions
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 "<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 |