mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-19 13:46:17 +10:00
Minor edits
This commit is contained in:
@@ -70,6 +70,11 @@
|
|||||||
(evil-define-key 'normal peep-dired-mode-map (kbd "k") 'peep-dired-prev-file)
|
(evil-define-key 'normal peep-dired-mode-map (kbd "k") 'peep-dired-prev-file)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package drag-stuff
|
||||||
|
:init
|
||||||
|
(drag-stuff-global-mode 1)
|
||||||
|
(drag-stuff-define-keys))
|
||||||
|
|
||||||
(use-package elfeed
|
(use-package elfeed
|
||||||
:config
|
:config
|
||||||
(setq elfeed-search-feed-face ":foreground #ffffff :weight bold"
|
(setq elfeed-search-feed-face ":foreground #ffffff :weight bold"
|
||||||
|
|||||||
@@ -14,6 +14,7 @@
|
|||||||
- [[#dashboard][DASHBOARD]]
|
- [[#dashboard][DASHBOARD]]
|
||||||
- [[#diminish][DIMINISH]]
|
- [[#diminish][DIMINISH]]
|
||||||
- [[#dired][DIRED]]
|
- [[#dired][DIRED]]
|
||||||
|
- [[#drag-stuff][DRAG-STUFF]]
|
||||||
- [[#elfeed][ELFEED]]
|
- [[#elfeed][ELFEED]]
|
||||||
- [[#eradio][ERADIO]]
|
- [[#eradio][ERADIO]]
|
||||||
- [[#evil][EVIL]]
|
- [[#evil][EVIL]]
|
||||||
@@ -165,6 +166,16 @@ This package implements hiding or abbreviation of the modeline displays (lighter
|
|||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
* DRAG-STUFF
|
||||||
|
[[https://github.com/rejeep/drag-stuff.el][Drag Stuff]] is a minor mode for Emacs that makes it possible to drag stuff (words, region, lines) around in Emacs. When 'drag-stuff-define-keys' is enabled, then the following keybindings are set: M-up, M-down, M-left, and M-right.
|
||||||
|
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package drag-stuff
|
||||||
|
:init
|
||||||
|
(drag-stuff-global-mode 1)
|
||||||
|
(drag-stuff-define-keys))
|
||||||
|
|
||||||
|
#+end_src
|
||||||
* ELFEED
|
* ELFEED
|
||||||
An RSS newsfeed reader for Emacs. Move through the articles with 'j/k'. Move through the stories with 'CTRL j/k' when in other frame.
|
An RSS newsfeed reader for Emacs. Move through the articles with 'j/k'. Move through the stories with 'CTRL j/k' when in other frame.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user