projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
scripts: pull current scripts out of rc.org & clean up
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
ee75041
..
d02ed3b
100644
(file)
--- a/
init.org
+++ b/
init.org
@@
-913,7
+913,8
@@
And here's where my actual Org configurations begin:
:bind
(("C-c a o a" . org-agenda)
:map org-mode-map
:bind
(("C-c a o a" . org-agenda)
:map org-mode-map
- ("M-L" . org-insert-last-stored-link))
+ ("M-L" . org-insert-last-stored-link)
+ ("s-T" . org-todo))
:hook ((org-mode . org-indent-mode)
(org-mode . auto-fill-mode)
(org-mode . flyspell-mode))
:hook ((org-mode . org-indent-mode)
(org-mode . auto-fill-mode)
(org-mode . flyspell-mode))
@@
-1480,6
+1481,7
@@
Automatically save place in each file.
#+begin_src emacs-lisp
(use-package alloy-mode
:straight (:host github :repo "dwwmmn/alloy-mode")
#+begin_src emacs-lisp
(use-package alloy-mode
:straight (:host github :repo "dwwmmn/alloy-mode")
+ :mode "\\.als\\'"
:config (setq alloy-basic-offset 2))
#+end_src
:config (setq alloy-basic-offset 2))
#+end_src
@@
-2100,6
+2102,7
@@
Also see [[https://www.emacswiki.org/emacs/rebox2][rebox2]].
#+begin_src emacs-lisp
(use-package orgalist
#+begin_src emacs-lisp
(use-package orgalist
+ :disabled t
:after message
:hook (message-mode . orgalist-mode))
#+end_src
:after message
:hook (message-mode . orgalist-mode))
#+end_src