~clean up whitespace

This commit is contained in:
dx
2020-04-18 05:50:05 +01:00
parent 48723f77c0
commit af5b234a52
2 changed files with 7 additions and 11 deletions

View File

@@ -25,7 +25,6 @@ use on a daily basis.
- Qutebrowser: Super fast, lightweight, cna handle basically anything
- Arch: Yep, switched to Arch now. I can finally use the meme to my full
advantage.
* Dependencies
|-------------------------+----------------+------------|
| Dependency | Version | Link |

View File

@@ -70,18 +70,16 @@ Feeds for elfeed to download from.
("https://news.ycombinator.com/rss" news compsci)))
#+END_SRC
*** Keybinds
Keybinds for elfeed locally and for the leader.
#+BEGIN_SRC elisp
(map!
(map!
(:map elfeed-search-mode-map
:localleader
:desc "Update feeds" "u" #'elfeed-update)
(:leader
:prefix "o"
:desc "Open RSS" "f" #'=rss))
#+END_SRC
** Dashboard
My very own dashboard config using doom dashboard, with these features:
@@ -480,7 +478,6 @@ General keymap
(:after dap-mode
:desc "Debug hydra" "h" #'dap-hydra))
#+END_SRC
** Projectile
- Projectile config, for leader and for project prefix
#+BEGIN_SRC elisp