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