~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 - 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 |

View File

@@ -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