~clean up whitespace
This commit is contained in:
@@ -25,7 +25,6 @@ use on a daily basis.
|
|||||||
- Qutebrowser: Super fast, lightweight, cna handle basically anything
|
- Qutebrowser: Super fast, lightweight, cna handle basically anything
|
||||||
- Arch: Yep, switched to Arch now. I can finally use the meme to my full
|
- Arch: Yep, switched to Arch now. I can finally use the meme to my full
|
||||||
advantage.
|
advantage.
|
||||||
|
|
||||||
* Dependencies
|
* Dependencies
|
||||||
|-------------------------+----------------+------------|
|
|-------------------------+----------------+------------|
|
||||||
| Dependency | Version | Link |
|
| Dependency | Version | Link |
|
||||||
|
|||||||
@@ -70,18 +70,16 @@ Feeds for elfeed to download from.
|
|||||||
("https://news.ycombinator.com/rss" news compsci)))
|
("https://news.ycombinator.com/rss" news compsci)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
|
||||||
*** Keybinds
|
*** Keybinds
|
||||||
Keybinds for elfeed locally and for the leader.
|
Keybinds for elfeed locally and for the leader.
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
(map!
|
(map!
|
||||||
(:map elfeed-search-mode-map
|
(:map elfeed-search-mode-map
|
||||||
:localleader
|
:localleader
|
||||||
:desc "Update feeds" "u" #'elfeed-update)
|
:desc "Update feeds" "u" #'elfeed-update)
|
||||||
(:leader
|
(:leader
|
||||||
:prefix "o"
|
:prefix "o"
|
||||||
:desc "Open RSS" "f" #'=rss))
|
:desc "Open RSS" "f" #'=rss))
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Dashboard
|
** Dashboard
|
||||||
My very own dashboard config using doom dashboard, with these features:
|
My very own dashboard config using doom dashboard, with these features:
|
||||||
@@ -480,7 +478,6 @@ General keymap
|
|||||||
(:after dap-mode
|
(:after dap-mode
|
||||||
:desc "Debug hydra" "h" #'dap-hydra))
|
:desc "Debug hydra" "h" #'dap-hydra))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Projectile
|
** Projectile
|
||||||
- Projectile config, for leader and for project prefix
|
- Projectile config, for leader and for project prefix
|
||||||
#+BEGIN_SRC elisp
|
#+BEGIN_SRC elisp
|
||||||
|
|||||||
Reference in New Issue
Block a user