diff options
author | Raul Benencia <raul@thousandeyes.com> | 2020-04-02 11:42:12 -0700 |
---|---|---|
committer | Raul Benencia <raul@thousandeyes.com> | 2020-04-02 11:42:26 -0700 |
commit | dacf8629d2f1b50e85802ae3369776f36be4bdeb (patch) | |
tree | a5f3a4e7e571e428f338ddb69c9f5d103a1f96ee /.emacs.local.d/modes/neotree.el | |
parent | b914d6918c88c38fa49cc5f0124dc773105778ad (diff) |
neotree
Diffstat (limited to '.emacs.local.d/modes/neotree.el')
-rw-r--r-- | .emacs.local.d/modes/neotree.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.local.d/modes/neotree.el b/.emacs.local.d/modes/neotree.el new file mode 100644 index 0000000..00267c0 --- /dev/null +++ b/.emacs.local.d/modes/neotree.el @@ -0,0 +1,4 @@ +(require 'neotree) +(global-set-key [f8] 'neotree-toggle) + +(setq neo-theme 'nerd) |