aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-04-18 05:50:05 +0100
committerdx <aryadevchavali1@gmail.com>2020-04-18 06:05:02 +0100
commitaf5b234a524ca97b8f8a3e0f7a4e7de8ba3bf502 (patch)
treea34eb486fdd4b14715bd713770e701e4508f009c
parent48723f77c03d1a0f5ec87ac64d0e6613808e406f (diff)
downloaddotfiles-af5b234a524ca97b8f8a3e0f7a4e7de8ba3bf502.tar.gz
dotfiles-af5b234a524ca97b8f8a3e0f7a4e7de8ba3bf502.tar.bz2
dotfiles-af5b234a524ca97b8f8a3e0f7a4e7de8ba3bf502.zip
~clean up whitespace
-rw-r--r--README.org1
-rw-r--r--doom.d/org/config.org17
2 files changed, 7 insertions, 11 deletions
diff --git a/README.org b/README.org
index 8f0809b..9a08918 100644
--- a/README.org
+++ b/README.org
@@ -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 |
diff --git a/doom.d/org/config.org b/doom.d/org/config.org
index c3a05bb..c0932c8 100644
--- a/doom.d/org/config.org
+++ b/doom.d/org/config.org
@@ -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 elfeed-search-mode-map
- :localleader
- :desc "Update feeds" "u" #'elfeed-update)
- (:leader
- :prefix "o"
- :desc "Open RSS" "f" #'=rss))
-
+(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