diff options
author | dx <aryadevchavali1@gmail.com> | 2020-04-18 05:50:05 +0100 |
---|---|---|
committer | dx <aryadevchavali1@gmail.com> | 2020-04-18 06:05:02 +0100 |
commit | af5b234a524ca97b8f8a3e0f7a4e7de8ba3bf502 (patch) | |
tree | a34eb486fdd4b14715bd713770e701e4508f009c /doom.d/org | |
parent | 48723f77c03d1a0f5ec87ac64d0e6613808e406f (diff) | |
download | dotfiles-af5b234a524ca97b8f8a3e0f7a4e7de8ba3bf502.tar.gz dotfiles-af5b234a524ca97b8f8a3e0f7a4e7de8ba3bf502.tar.bz2 dotfiles-af5b234a524ca97b8f8a3e0f7a4e7de8ba3bf502.zip |
~clean up whitespace
Diffstat (limited to 'doom.d/org')
-rw-r--r-- | doom.d/org/config.org | 17 |
1 files changed, 7 insertions, 10 deletions
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 |