X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=blobdiff_plain;f=config.org;h=eefc8adc417f41b66e7eef65ad415c1c5b8cf49c;hp=a3dde7be41328bd80ae469059a214509e594bfde;hb=06142575bfb888a4ea90738b637e9464dc5f003e;hpb=ed6359fbd8339acdf61133791bc6c6b3d9565a70 diff --git a/config.org b/config.org index a3dde7b..eefc8ad 100644 --- a/config.org +++ b/config.org @@ -290,6 +290,14 @@ Define templates for lots of common structure elements. Mostly just used within )) (add-to-list 'org-structure-template-alist addition))) #+end_src +** Tables +#+begin_src emacs-lisp + (use-package org-table-wrap-functions + :straight (:repo "analyticd/org-table-wrap-functions" :host github) + :bind (:map org-mode-map + ("C-\\" . org-table-column-wrap-to-width) + ("C-|" . 'org-table-unwrap-cell-region))) +#+end_src * Autocompletion ** Ivy A well balanced completion framework.