summaryrefslogtreecommitdiff
path: root/.doom.d/config.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2022-08-04 23:31:09 +0300
committerThanos Apollo <[email protected]>2022-08-04 23:31:09 +0300
commitba18295ef3b5d86d6f0a91db3aade9255e6c6f6f (patch)
tree7cc05a6004aa2c4d84a90bff1ec273f44b07422c /.doom.d/config.el
parentfbb1bbe3d19e802b51c74f1644f4740e11ce769d (diff)
Update doom
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))