mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
fix org-table loadgin
This commit is contained in:
2
.emacs
2
.emacs
@@ -576,6 +576,7 @@
|
|||||||
;; - autoscratch lambda=>progn
|
;; - autoscratch lambda=>progn
|
||||||
;; - added sort-table-ip[desc] and fixed auto-alignment so
|
;; - added sort-table-ip[desc] and fixed auto-alignment so
|
||||||
;; that ip's are left aligned
|
;; that ip's are left aligned
|
||||||
|
;; - +req org-table
|
||||||
|
|
||||||
;; ** TODO
|
;; ** TODO
|
||||||
|
|
||||||
@@ -3323,6 +3324,7 @@ down and unfold it, otherwise jump paragraph as usual."
|
|||||||
;; *** org table mode
|
;; *** org table mode
|
||||||
|
|
||||||
;; I'm so used to lovely org mode tables, I need them everywhere!
|
;; I'm so used to lovely org mode tables, I need them everywhere!
|
||||||
|
(require 'org-table)
|
||||||
|
|
||||||
;; allow me to insert org tables everywhere on request
|
;; allow me to insert org tables everywhere on request
|
||||||
(defalias 'table 'orgtbl-mode)
|
(defalias 'table 'orgtbl-mode)
|
||||||
|
|||||||
889
emacs.html
889
emacs.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user