Browse Source

set company-tng as frontend

master
Marc Pohling 6 years ago
parent
commit
61df52668d
1 changed files with 11 additions and 0 deletions
  1. 11
      config.org

11
config.org

@ -9,6 +9,11 @@
#+end_src
#+b
* Stuff to add / to fix
- smartparens
The last time I tried it it was weird and blocked me occasionally (like I couldn't remove brackets)
@ -20,6 +25,8 @@
There might be more than one package for this.
#+bind:
* Update config in a running config
Two options:
- reload the open file: M-x load-file, then press twice to accept
@ -159,6 +166,7 @@ Various stuff
)
#+end_src
* List buffers
Ibuffer is the improved version of list-buffers.
Make ibuffer the default buffer lister. [[http://ergoemacs.org/emacs/emacs_buffer_management.html][Source]]
@ -540,6 +548,9 @@ Activate company and make it react nearly instantly
company-tooltop-flip-when-above t
company-show-numbers t
company-idle-delay 0.1)
;; (define-key company-active-map (kbd "TAB") #'company-complete-selection)
;; (define-key company-active-map (kbd "RET") nil)
(company-tng-configure-default)
)
#+end_src

Loading…
Cancel
Save