summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa2025-02-16 22:11:40 +0800
committernoa2025-02-16 22:11:40 +0800
commit67738dfc4ec5df84f0064ffd2f9adf67f9b749e6 (patch)
tree3b7679b8253c525f62db776f4854fd85314628ec
parentd9fec3960a8d49b3a1f40b3931c7b2b1164ba437 (diff)
Remove valign package
-rw-r--r--emacs/init.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 1362df2..e6c5e10 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -144,17 +144,6 @@
 ;; Doesn't work great with a proportional font but could still be useful.
 (global-set-key (kbd "C-S-<down-mouse-1>") #'mouse-drag-region-rectangle)
 
-;; Nicer tables
-(use-package valign
-  :disabled t
-  :after markdown-mode
-  ;; :ensure t
-  :hook
-  ((markdown-mode . valign-mode))
-  :custom
-  (valign-fancy-bar t)
-  (valign-max-table-size 0))
-
 ;; Markdown
 (use-package markdown-mode
   ;; :ensure t