|
|
|
@@ -264,7 +264,8 @@ If I selected text, delete the selection, I probably meant it emacs. |
|
|
|
|
|
|
|
*** we aren't banging rocks together anymore emacs |
|
|
|
|
|
|
|
Double spacing after a line isn't needed. We aren't animals emacs, we have computers. |
|
|
|
Double spacing after a line isn't needed. We aren't animals emacs, we have |
|
|
|
computers. |
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(set-default 'sentence-end-double-space nil) |
|
|
|
@@ -672,7 +673,7 @@ Highlight matching ()'s []'s etc... |
|
|
|
) |
|
|
|
#+END_SRC |
|
|
|
|
|
|
|
*** org-mode |
|
|
|
*** TODO org-mode |
|
|
|
|
|
|
|
Org-mode keybindings and settings, pretty sparse really. |
|
|
|
|
|
|
|
@@ -726,7 +727,7 @@ Org-mode keybindings and settings, pretty sparse really. |
|
|
|
|
|
|
|
#+BEGIN_SRC emacs-lisp |
|
|
|
(use-package org-roam |
|
|
|
:after org-plus-contrib |
|
|
|
:after org |
|
|
|
:defer t |
|
|
|
:hook |
|
|
|
(after-init . org-roam-mode) |
|
|
|
|