aboutsummaryrefslogtreecommitdiff
path: root/Emacs/.config/emacs/app.org
diff options
context:
space:
mode:
Diffstat (limited to 'Emacs/.config/emacs/app.org')
-rw-r--r--Emacs/.config/emacs/app.org22
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