From 61df52668d7adc706c5d4d73f0cdfb69506b9b78 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Mon, 19 Mar 2018 09:19:51 +0100 Subject: [PATCH] set company-tng as frontend --- config.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config.org b/config.org index 07c9ad5..0b6b9a0 100644 --- a/config.org +++ b/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