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