Skip to content
Snippets Groups Projects
Commit 462b97d4 authored by MoScriber's avatar MoScriber
Browse files

add valign to org-mode

parent 64d33251
No related merge requests found
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
url = https://github.com/manateelazycat/snails.git url = https://github.com/manateelazycat/snails.git
[submodule "lisp/valign"] [submodule "lisp/valign"]
path = lisp/valign path = lisp/valign
url = git@github.com:casouri/valign.git url = https://github.com/casouri/valign.git
...@@ -44,16 +44,20 @@ ...@@ -44,16 +44,20 @@
(use-package evil-org (use-package evil-org
:ensure evil-org :ensure evil-org
:defer t :defer t
:hook org-mode :hook (org-mode . evil-org-mode)
:init :diminish evil-org-mode
;; (progn
;; (add-hook 'org-mode-hook `(lambda () ((evil-org-mode)))))
) )
(use-package gnuplot (use-package gnuplot
:ensure gnuplot :ensure gnuplot
:defer t) :defer t)
(use-package valign
:load-path "lisp/valign"
:config
(add-hook 'org-mode-hook #'valign-mode)
:diminish valign-mode)
(defun use-org () (defun use-org ()
"Manage useage of 'org-mode'." "Manage useage of 'org-mode'."
(interactive) (interactive)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment