Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
emacs.d
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
Liu Miao
emacs.d
Commits
462b97d4
Commit
462b97d4
authored
4 years ago
by
MoScriber
Browse files
Options
Downloads
Patches
Plain Diff
add valign to org-mode
parent
64d33251
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitmodules
+1
-1
1 addition, 1 deletion
.gitmodules
lisp/init-org.el
+8
-4
8 additions, 4 deletions
lisp/init-org.el
with
9 additions
and
5 deletions
.gitmodules
+
1
−
1
View file @
462b97d4
...
@@ -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
This diff is collapsed.
Click to expand it.
lisp/init-org.el
+
8
−
4
View file @
462b97d4
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment