aboutsummaryrefslogtreecommitdiff
path: root/emacs/settings/init-org.el
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2017-01-10 10:59:56 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2017-01-10 10:59:56 +0100
commitca26f7f477201ac55620976060c6728b24a8083f (patch)
treee3195768b48804f1f87f7922d4e2f310240d2fcf /emacs/settings/init-org.el
parent4609e14306d96bcdb973befd5a6d6b05929d1f4a (diff)
downloaddotfiles-ca26f7f477201ac55620976060c6728b24a8083f.tar.gz
dotfiles-ca26f7f477201ac55620976060c6728b24a8083f.zip
emacs: enable ema-mail-mode in the proper modes
This way it's easier to encrypt/decrypt emails. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/settings/init-org.el')
-rw-r--r--emacs/settings/init-org.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs/settings/init-org.el b/emacs/settings/init-org.el
index 8dd1154..cf6fce4 100644
--- a/emacs/settings/init-org.el
+++ b/emacs/settings/init-org.el
@@ -55,6 +55,9 @@ the entire subtree. Idea taken from @aaronbieber"
;; TODO: wc mode in org-mode
+;; TODO: shortcut for making an org link, and transforming a link into a proper
+;; org link
+
(with-eval-after-load 'evil
; TODO: doesn't work
(define-key global-map (kbd "M-h") 'help-command)