Skip to content

Commit

Permalink
On wrapping text with punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
manandbytes committed Aug 30, 2016
1 parent 6150d93 commit 59eec8e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .emacs.d/emacs.org
Expand Up @@ -1459,12 +1459,15 @@ Originally [[http://ergoemacs.org/emacs/command-frequency.html][Emacs's Command
(el-get-bundle expand-region :type apt-get :pkgname "elpa-expand-region")
#+END_SRC

* Wrap text with punctuation
* TODO Wrap text with punctuation
#+BEGIN_SRC emacs-lisp
(el-get-bundle wrap-region :type github :pkgname "rejeep/wrap-region.el"
(with-eval-after-load 'wrap-region
(wrap-region-global-mode)))
#+END_SRC
- [[http://pragmaticemacs.com/emacs/wrap-text-in-custom-characters/][Wrap text in custom characters | Pragmatic Emacs]]
- [[http://pragmaticemacs.com/emacs/wrap-text-in-an-org-mode-block/][Wrap text in an org-mode block | Pragmatic Emacs]]
- [[https://emacs.stackexchange.com/questions/10029/org-mode-how-to-create-an-org-mode-markup-keybinding][key bindings - Org-Mode: How to create an "org mode markup" keybinding? - Emacs Stack Exchange]]
* Making presentations
Plain HTML/CSS presentations with:
- [[deb:pandoc]]
Expand Down

0 comments on commit 59eec8e

Please sign in to comment.