mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Compare commits
No commits in common. "f4477217ec98e4b127df1e018dd68b5dfbdec741" and "7f541be0ef6ad35b2ce95b0e761fa366a636c3b4" have entirely different histories.
f4477217ec
...
7f541be0ef
33
init.org
33
init.org
@ -845,20 +845,6 @@
|
||||
|
||||
#+end_src
|
||||
|
||||
* Move Text
|
||||
|
||||
For moving lines up and down, there is the appropriately named [Move
|
||||
Text](https://github.com/emacsfodder/move-text) package.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
(use-package move-text
|
||||
:bind (:map custom-bindings-map
|
||||
("C-M-<down>" . move-text-down)
|
||||
("C-M-<up>" . move-text-up)))
|
||||
|
||||
#+end_src
|
||||
|
||||
* Lorem ipsum
|
||||
|
||||
Do you ever want to insert some [[https://en.wikipedia.org/wiki/Lorem_ipsum][Lorem ipsum]]?
|
||||
@ -1034,25 +1020,6 @@
|
||||
|
||||
#+end_src
|
||||
|
||||
** Org appear
|
||||
|
||||
Setting ~org-hide-emphasis-markers~ to ~t~ often makes it harder to edit markup
|
||||
(i have found myself sometimes reverting to ~fundamental-mode~ because of
|
||||
this). The package [[https://github.com/awth13/org-appear][org-appear]] automatically shows the hidden markup when the
|
||||
cursor is on it.
|
||||
|
||||
#+begin_src emacs-lisp
|
||||
|
||||
(use-package org-appear
|
||||
:hook (org-mode . org-appear-mode)
|
||||
:config
|
||||
(setq org-appear-autosubmarkers t
|
||||
org-appear-autoentities t
|
||||
org-appear-autolinks t
|
||||
org-appear-inside-latex t))
|
||||
|
||||
#+end_src
|
||||
|
||||
** GitHub flavored markdown
|
||||
|
||||
I guess I have to include my (semi-abandoned) mode [[https://github.com/larstvei/ox-gfm][ox-gfm]] for exporting org
|
||||
|
Loading…
Reference in New Issue
Block a user