Added neotree

This commit is contained in:
qorg11 2020-07-14 14:32:54 +02:00
parent 15562685d2
commit 98834a0795
No known key found for this signature in database
GPG key ID: 343FC20A4ACA62B9

View file

@ -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")) (add-to-list 'load-path (expand-file-name "~/.emacs.d/elpa/weechat/weechat-20190520.1551"))
(require 'weechat) (require 'weechat)
#+END_SRC #+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
Ido is a replacement for keybindings such as C-x C-f and C-x b. Here 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 I rebinded C-x C-b to ido-switch-buffer because I always press C-x