File tree 1 file changed +11
-10
lines changed
1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -1331,6 +1331,15 @@ Display page breaks as a horizontal line.
1331
1331
(setq valign-fancy-bar t))
1332
1332
#+end_src
1333
1333
1334
+ Truncate large tables.
1335
+ #+begin_src emacs-lisp :tangle yes
1336
+ (use-package lte
1337
+ :ensure t
1338
+ :hook
1339
+ ((markdown-mode-hook
1340
+ org-mode-hook) . lte-truncate-table-mode))
1341
+ #+end_src
1342
+
1334
1343
*** Visible
1335
1344
Making invisible text temporarily visible.
1336
1345
#+begin_src emacs-lisp :tangle yes
@@ -2742,15 +2751,6 @@ Presentation mode.
2742
2751
(global-hide-fringes-mode 0)))
2743
2752
#+end_src
2744
2753
2745
- **** lte
2746
- Truncate long tables.
2747
- #+begin_src emacs-lisp :tangle yes
2748
- (use-package lte
2749
- :ensure t
2750
- :hook
2751
- (org-mode-hook . lte-truncate-table-mode))
2752
- #+end_src
2753
-
2754
2754
**** org-contrib
2755
2755
Unmaintained add-ons for org-mode, in this configuration =org-eldoc= is used.
2756
2756
#+begin_src emacs-lisp :tangle yes
@@ -4101,7 +4101,7 @@ I am trying to reduce the amount of custom keybindings, therefore I present a ta
4101
4101
|------------+-------------|
4102
4102
| =M-= | =C-[= |
4103
4103
| =TAB= | =C-i= |
4104
- | =RET= | =C-m= |
4104
+ | =RET= | =C-m= |
4105
4105
4106
4106
*** Commands
4107
4107
| Keybinding | Function | Description |
@@ -4324,6 +4324,7 @@ I am trying to reduce the amount of custom keybindings, therefore I present a ta
4324
4324
- kotlin-mode
4325
4325
- kubernetes
4326
4326
- ligature
4327
+ - lte
4327
4328
- mermaid-mode
4328
4329
- minitest
4329
4330
- nginx-mode
You can’t perform that action at this time.
0 commit comments