Added yasnippet
This commit is contained in:
parent
aa2e3a3e87
commit
54a686d8cf
1 changed files with 10 additions and 0 deletions
10
config.org
10
config.org
|
@ -299,6 +299,16 @@ Including indent-buffer, which should not be called automatically on save."
|
|||
(with-eval-after-load 'company
|
||||
(add-hook 'c-mode-hook 'company-mode))
|
||||
#+END_SRC
|
||||
** Yasnippet
|
||||
Sometimes i'm just to lazy to write.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package yasnippet
|
||||
:ensure t
|
||||
:init
|
||||
(yas-global-mode 1))
|
||||
(use-package yasnippet-snippets
|
||||
:ensure t)
|
||||
#+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