Added neotree
This commit is contained in:
parent
15562685d2
commit
98834a0795
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue