summaryrefslogtreecommitdiff
path: root/.doom.d/config.el
diff options
context:
space:
mode:
Diffstat (limited to '.doom.d/config.el')
-rw-r--r--.doom.d/config.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el
index 143e6ab..96460b3 100644
--- a/.doom.d/config.el
+++ b/.doom.d/config.el
@@ -181,3 +181,8 @@
:desc "Previous song" "p" #'spotify-previous
:desc "Stop" "s" #'spotify-pause
:desc "Play" "P" #'spotify-play))
+
+;; ;; Neotree
+;; (map! :leader
+;; (:prefix-map ("o" . "Open")
+;; :desc "Neotree" "n" #'neotree))