summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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