From 98834a079577f87757f06b6f7397066b2a309b22 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Tue, 14 Jul 2020 14:32:54 +0200 Subject: [PATCH] Added neotree --- config.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/config.org b/config.org index 15e1d47..a93f72c 100644 --- a/config.org +++ b/config.org @@ -407,6 +407,14 @@ Including indent-buffer, which should not be called automatically on save." (add-to-list 'load-path (expand-file-name "~/.emacs.d/elpa/weechat/weechat-20190520.1551")) (require 'weechat) #+END_SRC +** Neotree + Emacs sidebar. soykafy but it works + #+BEGIN_SRC emacs-lisp + (use-package neotree + :ensure t + :init + (global-set-key [f8] 'neotree-toggle)) + #+END_SRC * ido Ido is a replacement for keybindings such as C-x C-f and C-x b. Here I rebinded C-x C-b to ido-switch-buffer because I always press C-x